Commit 471d45f1 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: Increment my commit count :/ (oops).

parent f2effed0
......@@ -41,7 +41,7 @@ endif(NOT CMAKE_BUILD_TYPE )
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set(DEBUG ON)
add_declarations(-DDEBUG=1)
add_definitions(-DDEBUG=1)
set(NDEBUG OFF)
endif(CMAKE_BUILD_TYPE STREQUAL "Debug")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment