[geos-commits] [SCM] GEOS branch main updated. cee8cc2aae43a84f0d1d146604f7bd42066d379b

git at osgeo.org git at osgeo.org
Tue Jul 8 01:48:49 PDT 2025


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, main has been updated
       via  cee8cc2aae43a84f0d1d146604f7bd42066d379b (commit)
      from  ae1f72600b5939169d57c1ae76cd9dec7fba847e (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 cee8cc2aae43a84f0d1d146604f7bd42066d379b
Author: Daniel Baston <dbaston at gmail.com>
Date:   Tue Jul 8 04:48:25 2025 -0400

    CMake: Fix build with -DBUILD_SHARED_LIBS=OFF (#1278)
    
    Resolves https://github.com/libgeos/geos/issues/1276

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f0820f2c0..12411e586 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -423,7 +423,7 @@ endif()
 # Generate targets file for importing directly from GEOS build tree
 #-----------------------------------------------------------------------------
 
-export(TARGETS geos geos_c geos_cxx_flags geos_developer_cxx_flags
+export(TARGETS ryu geos geos_c geos_cxx_flags geos_developer_cxx_flags
        NAMESPACE GEOS::
        FILE "geos-targets.cmake")
 

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

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