[geos-commits] [SCM] GEOS branch 3.8 updated. 8dcb1e2b1c031a7523ac50c531cbb5e49786ef2d

git at osgeo.org git at osgeo.org
Mon Oct 21 05:46:38 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, 3.8 has been updated
       via  8dcb1e2b1c031a7523ac50c531cbb5e49786ef2d (commit)
      from  3fbafe067f43ad7f40d0539ecdb7dd2286e8c6fb (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 8dcb1e2b1c031a7523ac50c531cbb5e49786ef2d
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Oct 21 14:46:07 2019 +0200

    Match cmake version --ldflags output to autotools version

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