[geos-commits] [SCM] GEOS branch master updated. e2057ccb8302429d979c305cbb0c453e27434c6c

git at osgeo.org git at osgeo.org
Mon May 20 12:01:10 PDT 2019


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  e2057ccb8302429d979c305cbb0c453e27434c6c (commit)
       via  9b30c747750ae8013c099d09caec44eabf95fbc2 (commit)
      from  f98133f91f4125b5a540386784d79c9d31ffca16 (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 e2057ccb8302429d979c305cbb0c453e27434c6c
Merge: f98133f 9b30c74
Author: Daniel Baston <dbaston at gmail.com>
Date:   Mon May 20 15:00:42 2019 -0400

    Merge remote-tracking branch 'dbaston/reduce-cmake-verison'


commit 9b30c747750ae8013c099d09caec44eabf95fbc2
Author: Daniel Baston <dbaston at gmail.com>
Date:   Sat May 18 22:46:59 2019 -0400

    Reduce CMake requirement to version installed on AppVeyor

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3a6ae79..44db139 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,9 +13,10 @@
 # modes for specific C/C++ language standard levels.
 cmake_minimum_required(VERSION 3.8)
 
-# Require CMake 3.14+ with VS generator for complete support of VS versions.
+# Require CMake 3.13+ with VS generator for complete support of VS versions
+# and support by AppVeyor.
 if(${CMAKE_GENERATOR} MATCHES "Visual Studio")
-  cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
+  cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
 endif()
 
 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list