[geos-commits] r3563 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Jan 7 16:09:01 EST 2012


Author: mloskot
Date: 2012-01-07 13:09:01 -0800 (Sat, 07 Jan 2012)
New Revision: 3563

Modified:
   trunk/CMakeLists.txt
Log:
Fixed (hopefully) CMake issues with std:: namespace detection (Ticket #493)

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2012-01-07 21:08:10 UTC (rev 3562)
+++ trunk/CMakeLists.txt	2012-01-07 21:09:01 UTC (rev 3563)
@@ -155,11 +155,6 @@
 # Setup C/C++ library features
 #################################################################################
 
-include(TestForSTDNamespace)
-if (CMAKE_NO_STD_NAMESPACE)
-  message(FATAL_ERROR "Detected compiler does not support std namespace on STL classes")
-endif()
-
 # check header files
 include(CheckIncludeFiles)
 



More information about the geos-commits mailing list