summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-30 15:01:41 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-30 15:01:41 +0200
commit9f7064676c238585713144d9b52b8aa789eb9fd0 (patch)
treed503b15755c14d1433126a9da5a7965b1dbe6188 /cmake
parentUpdate mtxclient and add coeurl to flatpak (diff)
downloadnheko-9f7064676c238585713144d9b52b8aa789eb9fd0.tar.xz
Get rid of boost dependency for stacktraces
Diffstat (limited to 'cmake')
-rw-r--r--cmake/nheko.h5
1 files changed, 4 insertions, 1 deletions
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