[geos-commits] [SCM] GEOS branch master updated. 0ed653317b8a9108c073fdccc2727803ea7b03c1

git at osgeo.org git at osgeo.org
Mon Nov 16 12:32:14 PST 2020


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  0ed653317b8a9108c073fdccc2727803ea7b03c1 (commit)
      from  862ed68db6977aceb5767fd92748ecc6c06e3ad2 (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 0ed653317b8a9108c073fdccc2727803ea7b03c1
Author: Mike Taves <mwtoews at gmail.com>
Date:   Wed Jun 24 15:05:42 2020 +1200

    CMake: Remove NAMELINK_SKIP for C++ lib install

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e722795..52f85fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -298,7 +298,7 @@ endif()
 
 install(TARGETS geos geos_cxx_flags
   EXPORT geos-targets
-  LIBRARY DESTINATION lib NAMELINK_SKIP
+  LIBRARY DESTINATION lib
   ARCHIVE DESTINATION lib
   RUNTIME DESTINATION bin
   INCLUDES DESTINATION include

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

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