From 9f7064676c238585713144d9b52b8aa789eb9fd0 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 30 Jun 2021 15:01:41 +0200 Subject: Get rid of boost dependency for stacktraces --- cmake/nheko.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cmake/nheko.h') diff --git a/cmake/nheko.h b/cmake/nheko.h index bf1a54fe..c2329917 100644 --- a/cmake/nheko.h +++ b/cmake/nheko.h @@ -1,6 +1,9 @@ namespace nheko { constexpr auto version = "${PROJECT_VERSION}"; -constexpr auto build_user = "${BUILD_USER}@${BUILD_HOST}"; constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}"; constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON}; } + +// clang-format off +#define HAVE_BACKTRACE_SYMBOLS_FD ${HAVE_BACKTRACE_SYMBOLS_FD} +// clang-format on -- cgit 1.5.1