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

git at osgeo.org git at osgeo.org
Mon Oct 21 05:47:55 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  c1bfb14c811ee328d335ec67fedf82ea8bb270b5 (commit)
       via  2c19c2202a7fa412c65ac831ca248ec805fb1dbd (commit)
      from  a4465831d3fefdc1840ab000868e121ecb9769f3 (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 c1bfb14c811ee328d335ec67fedf82ea8bb270b5
Merge: 2c19c22 a446583
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Oct 21 14:47:49 2019 +0200

    Merge branch 'master' of https://git.osgeo.org/gogs/geos/geos


commit 2c19c2202a7fa412c65ac831ca248ec805fb1dbd
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Oct 21 14:47:28 2019 +0200

    Match cmake --ldflags output to autotools

diff --git a/tools/geos-config.cmake b/tools/geos-config.cmake
index 412ee67..24a5725 100644
--- a/tools/geos-config.cmake
+++ b/tools/geos-config.cmake
@@ -59,7 +59,7 @@ case $1 in
       echo -L at CMAKE_INSTALL_PREFIX@/lib -lgeos -lm
       ;;
     --ldflags)
-      echo -L at CMAKE_INSTALL_PREFIX@/lib -lgeos
+      echo -L at CMAKE_INSTALL_PREFIX@/lib 
       ;;
     --includes)
       echo @CMAKE_INSTALL_PREFIX@/include

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

Summary of changes:
 tools/geos-config.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list