aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66fa91b..ca10017 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ add_subdirectory(src)
option(BUILD_TESTING_DEBUG OFF)
if (BUILD_TESTING_DEBUG)
- add_compile_options(DEBUG)
+ add_compile_options(-DDEBUG)
endif()
option(BUILD_TESTING OFF)
if (BUILD_TESTING)