[geos-commits] [SCM] GEOS branch main updated. 72a954f63aab8eaec71d6570d900b3450e0ea946

git at osgeo.org git at osgeo.org
Tue Jun 23 14:42:18 PDT 2026


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  72a954f63aab8eaec71d6570d900b3450e0ea946 (commit)
      from  cbd9839e30e64d2f851358feaec2ccb2acc1b804 (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 72a954f63aab8eaec71d6570d900b3450e0ea946
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Jun 23 14:41:54 2026 -0700

    CMake status entry when ossfuzz is enabled

diff --git a/tests/fuzz/CMakeLists.txt b/tests/fuzz/CMakeLists.txt
index d8868ed88..e96ac876f 100644
--- a/tests/fuzz/CMakeLists.txt
+++ b/tests/fuzz/CMakeLists.txt
@@ -10,6 +10,7 @@
 ################################################################################
 if(DEFINED ENV{LIB_FUZZING_ENGINE})
   add_executable(fuzz_geo2 fuzz_geo2.c)
+  message(STATUS "GEOS: OSSFuzz build ENABLED")
   target_include_directories(fuzz_geo2 PUBLIC $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>)
   target_link_libraries(fuzz_geo2 geos_c $ENV{LIB_FUZZING_ENGINE})
 

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

Summary of changes:
 tests/fuzz/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list