]> git.sesse.net Git - vlc/commitdiff
cmake: Increment my commit count :/ (oops).
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 9 Feb 2008 18:01:35 +0000 (18:01 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 9 Feb 2008 18:01:35 +0000 (18:01 +0000)
extras/buildsystem/cmake/include/config.cmake

index 5b3ae7ebed7bb744b4c5c8dc91ad598a0c79cb72..6f3c8fecb45b9c88a9b3685d947c7b906d2ffa5d 100644 (file)
@@ -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")