[geos-commits] [SCM] GEOS branch master updated. 8c837b6e821cf5bebd4f6561c5947aed3c7f1d51

git at osgeo.org git at osgeo.org
Wed Sep 25 15:51:09 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  8c837b6e821cf5bebd4f6561c5947aed3c7f1d51 (commit)
      from  7e2f78f01b8f7eb953cd277203c62d668844b437 (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 8c837b6e821cf5bebd4f6561c5947aed3c7f1d51
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Sep 25 15:50:50 2019 -0700

    Make inlining status message less opaque

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48258ee..c893fea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,7 +162,7 @@ if(NOT DISABLE_GEOS_INLINE)
   target_compile_definitions(geos_cxx_flags INTERFACE GEOS_INLINE)
 else()
   message(STATUS
-  "Setting DISABLE GEOS compilation with small functions inlining - ${DISABLE_GEOS_INLINE}")
+  "GEOS: DISABLING inlining of small functions")
 endif()
 
 #-----------------------------------------------------------------------------

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list