From 82088fa0d7746308aa0fe5be73a5a6a24cec27ac Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 7 Jul 2021 09:48:13 -0400 Subject: Fix cmake template define issue --- cmake/nheko.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cmake') diff --git a/cmake/nheko.h b/cmake/nheko.h index c2329917..ae28aea9 100644 --- a/cmake/nheko.h +++ b/cmake/nheko.h @@ -4,6 +4,4 @@ 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 +# cmakedefine01 HAVE_BACKTRACE_SYMBOLS_FD -- cgit 1.5.1