[geos-commits] [SCM] GEOS branch main updated. 3d4870f7970dfac1b090e8a0d05d9b969a9d1180

git at osgeo.org git at osgeo.org
Thu Jul 27 10:32:21 PDT 2023


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, main has been updated
       via  3d4870f7970dfac1b090e8a0d05d9b969a9d1180 (commit)
      from  ef3cb817095e1439bcce5876b5e9c8ac92b308e3 (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 3d4870f7970dfac1b090e8a0d05d9b969a9d1180
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jul 27 10:31:46 2023 -0700

    Remove cmake version requirement as it gets checked in the parent file

diff --git a/cmake/Ccache.cmake b/cmake/Ccache.cmake
index da947c4a5..fc4bf8564 100644
--- a/cmake/Ccache.cmake
+++ b/cmake/Ccache.cmake
@@ -7,8 +7,6 @@
 # Add "include(Ccache)" to CMakeLists.txt and enable
 # using the option -D USE_CCACHE=ON
 
-cmake_minimum_required(VERSION 3.4)
-
 
 option(USE_CCACHE
   "Use ccache (or clcache for MSVC) to compile C/C++ objects" OFF)

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

Summary of changes:
 cmake/Ccache.cmake | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list