[geos-commits] [SCM] GEOS branch master updated. e5e15f6ffce2a42e7ae51c9ac62b258957b4ba4c

git at osgeo.org git at osgeo.org
Tue May 21 15:23:56 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  e5e15f6ffce2a42e7ae51c9ac62b258957b4ba4c (commit)
      from  44acf18e52a6ed07e6074c99ddd75f9994d806a6 (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 e5e15f6ffce2a42e7ae51c9ac62b258957b4ba4c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue May 21 15:23:45 2019 -0700

    Remove noisy messages

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e84b445..1567a72 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -291,9 +291,9 @@ set(CPACK_SOURCE_IGNORE_FILES
   "/php/"
   )
 
-message(STATUS "GEOS: CPACK_SOURCE_PACKAGE_FILE_NAME: ${CPACK_SOURCE_PACKAGE_FILE_NAME}")
-message(STATUS "GEOS: CPACK_SOURCE_IGNORE_FILES: ${CPACK_SOURCE_IGNORE_FILES}")
-message(STATUS "GEOS: CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH}")
+# message(STATUS "GEOS: CPACK_SOURCE_PACKAGE_FILE_NAME: ${CPACK_SOURCE_PACKAGE_FILE_NAME}")
+# message(STATUS "GEOS: CPACK_SOURCE_IGNORE_FILES: ${CPACK_SOURCE_IGNORE_FILES}")
+# message(STATUS "GEOS: CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH}")
 include(CPack)
 add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
 

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

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