[geos-commits] [SCM] GEOS branch master updated. 6e0f7cccbad61cf46dc844fb213f50335d26ac3a

git at osgeo.org git at osgeo.org
Wed May 22 10:26:02 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  6e0f7cccbad61cf46dc844fb213f50335d26ac3a (commit)
      from  01243b0a0f2beb31e000660430e77a190006a6ef (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 6e0f7cccbad61cf46dc844fb213f50335d26ac3a
Author: Daniel Baston <dbaston at gmail.com>
Date:   Wed May 22 13:24:59 2019 -0400

    [CMake] Don't package build subdirs of project root

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6939a98..ef73da9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -289,6 +289,7 @@ set(CPACK_SOURCE_IGNORE_FILES
   "\\\\.deps"
   "/debian/"
   "/php/"
+  "/.*build-.*/"
   ${PROJECT_BINARY_DIR}
   )
 

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

Summary of changes:
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list