[geos-commits] [SCM] GEOS branch 3.12 updated. 3a1ea3627a400c64347e1690076603217fd32fe7

git at osgeo.org git at osgeo.org
Mon Feb 12 14:25:37 PST 2024


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, 3.12 has been updated
       via  3a1ea3627a400c64347e1690076603217fd32fe7 (commit)
      from  3cfdccafc8d9102e7c9bcbc193c163d8f084882b (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 3a1ea3627a400c64347e1690076603217fd32fe7
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