[geos-commits] [SCM] GEOS branch 3.11 updated. 045d36eef37c7e313a97567bc345bfd5264936a4

git at osgeo.org git at osgeo.org
Mon Feb 12 14:25:14 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.11 has been updated
       via  045d36eef37c7e313a97567bc345bfd5264936a4 (commit)
      from  16938a636c628f3e5ec81b2719bfd0929cf3609a (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 045d36eef37c7e313a97567bc345bfd5264936a4
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