[geos-commits] [SCM] GEOS branch 3.10 updated. 2d1c9d7a1857048553d7f0719511df1290da1609

git at osgeo.org git at osgeo.org
Tue Nov 2 15:13:40 PDT 2021


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.10 has been updated
       via  2d1c9d7a1857048553d7f0719511df1290da1609 (commit)
      from  1ca1be4762d3c68f3c30dc60b58cf6c6617e22d2 (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 2d1c9d7a1857048553d7f0719511df1290da1609
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Nov 2 15:13:35 2021 -0700

    Make CPACK_SOURCE_IGNORE_FILES slightly more gentle

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5994bd54..ee3f43847 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -417,9 +417,9 @@ if(NOT _is_multi_config_generator)
     "/php/"
     "/.*build-.*/"
     "cmake_install\\\\.cmake"
-    "/include/geos/version\\\\.h"
-    "/tools/geos-config"
-    "/bin/"
+    "/include/geos/version\\\\.h\$"
+    "/tools/geos-config\$"
+    "/tools/geos\\\\.pc\$"
     ${PROJECT_BINARY_DIR}
     )
 

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list