summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-02-19 23:17:21 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-02-19 23:17:21 +0100
commita1c48893397b4055f2aad1caf46b1d024c3d52ac (patch)
treedf97bf787de6afa492144bcceeead60bc92b975c /cmake
parentFix flatpak bundle upload (diff)
downloadnheko-a1c48893397b4055f2aad1caf46b1d024c3d52ac.tar.xz
Remove a few more unused symbols
Diffstat (limited to 'cmake')
-rw-r--r--cmake/nheko.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/nheko.h b/cmake/nheko.h

index ae28aea9..3b68a432 100644 --- a/cmake/nheko.h +++ b/cmake/nheko.h
@@ -1,7 +1,7 @@ namespace nheko { -constexpr auto version = "${PROJECT_VERSION}"; -constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}"; -constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON}; +inline constexpr auto version = "${PROJECT_VERSION}"; +inline constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}"; +inline constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON}; } # cmakedefine01 HAVE_BACKTRACE_SYMBOLS_FD