[geos-commits] [SCM] GEOS branch master updated. 83b3f4210ef30208daa966ae82aa20d12aa319a7
git at osgeo.org
git at osgeo.org
Sat Aug 18 20:33:53 PDT 2018
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 83b3f4210ef30208daa966ae82aa20d12aa319a7 (commit)
from 96041d28f472ad759a50913bd9fbf55be5d18d91 (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 83b3f4210ef30208daa966ae82aa20d12aa319a7
Author: Regina Obe <lr at pcorp.us>
Date: Sat Aug 18 23:33:43 2018 -0400
Revert change in #914 cause breaks travis and winnie
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6bfe075..794d635 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,9 +31,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
#################################################################################
# Set C++ standard
#################################################################################
-##remarking out the CMAKE_CXX_STANDARD 11 for now cause mingw64 gcc 8.1 doesn't like it
-## see ticket https://trac.osgeo.org/geos/ticket/914
-#set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list