[Marble-commits] KDE/kdeedu/marble

Jens-Michael Hoffmann jensmh at gmx.de
Thu Aug 26 23:37:09 CEST 2010


SVN commit 1168528 by jmhoffmann:

Fix for cmake warning.

 M  +2 -2      CMakeLists.txt  


--- trunk/KDE/kdeedu/marble/CMakeLists.txt #1168527:1168528
@@ -227,7 +227,7 @@
 
 
 #############################################################
-if (not MSVC)
+if (NOT MSVC)
     # Its good programming practice to build with no warnings...
     add_definitions( -Wall -Wextra -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Wno-long-long
                      -Wchar-subscripts -Wcast-align -Wpointer-arith -Wformat-security )
@@ -236,7 +236,7 @@
     if (PEDANTIC)
         add_definitions( -Werror )
     endif (PEDANTIC)
-endif (not MSVC)
+endif (NOT MSVC)
 
 #############################################################
 # Add a compiler def so that we can conditionally compile


More information about the Marble-commits mailing list