[geos-commits] [SCM] geos branch master updated. 4d4474359b94f1ab04815b4131db44cdc0efe7ce

git at osgeo.org git at osgeo.org
Thu Sep 7 00:12:35 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  4d4474359b94f1ab04815b4131db44cdc0efe7ce (commit)
      from  6932138816c720c5b90dd7490541274e40fb50f1 (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 4d4474359b94f1ab04815b4131db44cdc0efe7ce
Author: Mateusz Loskot <mateusz at loskot.net>
Date:   Thu Sep 7 09:11:42 2017 +0200

    [CMake] Report CMAKE_CXX_STANDARD value in configuration output

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5fd4c2d..9684781 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,6 +32,8 @@ set(CMAKE_CXX_STANDARD 11)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 set(CMAKE_CXX_EXTENSIONS OFF)
 
+message(STATUS "Setting C++ requirement to C++${CMAKE_CXX_STANDARD}")
+
 #################################################################################
 # Setup GEOS version
 #################################################################################

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

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


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list