[geos-commits] [SCM] GEOS branch master updated. 919112e1619508a64aace441624bf5b289b55fbf

git at osgeo.org git at osgeo.org
Wed May 22 10:04:23 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  919112e1619508a64aace441624bf5b289b55fbf (commit)
      from  6edf1772812c0c1515f0d0e6e0ca9c0e3f6fec23 (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 919112e1619508a64aace441624bf5b289b55fbf
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed May 22 10:04:12 2019 -0700

    Automatically omit the build directory from the package

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1567a72..6939a98 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -289,6 +289,7 @@ set(CPACK_SOURCE_IGNORE_FILES
   "\\\\.deps"
   "/debian/"
   "/php/"
+  ${PROJECT_BINARY_DIR}
   )
 
 # message(STATUS "GEOS: CPACK_SOURCE_PACKAGE_FILE_NAME: ${CPACK_SOURCE_PACKAGE_FILE_NAME}")

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list