[geos-commits] [SCM] geos branch master updated. ec5e78da7c79bbb1a5c413ee62f0368776deda53

git at osgeo.org git at osgeo.org
Tue Aug 29 07:36:03 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, master has been updated
       via  ec5e78da7c79bbb1a5c413ee62f0368776deda53 (commit)
      from  fd7db6161f4d0c2a862e719e0b1fa5b431da1adc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ec5e78da7c79bbb1a5c413ee62f0368776deda53
Author: Mateusz Loskot <mateusz at loskot.net>
Date:   Tue Aug 29 16:34:46 2017 +0200

    [CMake] Set C++11 as required standard
    
    GEOS RFC 5: C++11 Compilation Mode

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 688edcb..db77b67 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -90,8 +90,9 @@ endif()
 #################################################################################
 # Setup C/C++ compiler options
 #################################################################################
-set(CMAKE_CXX_STANDARD 98)
+set(CMAKE_CXX_STANDARD 11)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
+#set(CMAKE_CXX_EXTENSIONS OFF)
 
 if(NOT MSVC_IDE)
   if(NOT CMAKE_BUILD_TYPE)

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list