[geos-commits] r2880 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jan 20 18:42:08 EST 2010


Author: mloskot
Date: 2010-01-20 18:42:07 -0500 (Wed, 20 Jan 2010)
New Revision: 2880

Modified:
   trunk/CMakeLists.txt
Log:
Fix for addd extra test for STL classes in std namespace to CMake configuration (#317)

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2010-01-20 23:37:13 UTC (rev 2879)
+++ trunk/CMakeLists.txt	2010-01-20 23:42:07 UTC (rev 2880)
@@ -87,8 +87,8 @@
 # Setup C/C++ library features
 #################################################################################
 
-include(TestForANSIForScope)
-if (CMAKE_NO_ANSI_FOR_SCOPE)
+include(TestForSTDNamespace)
+if (CMAKE_NO_STD_NAMESPACE)
   message(FATAL_ERROR "Detected compiler does not support std namespace on STL classes")
 endif()
 



More information about the geos-commits mailing list