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

git at osgeo.org git at osgeo.org
Thu Oct 7 09:01:42 PDT 2021


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  e286d4afd4826fd1886a4ac18e32a3c026e11394 (commit)
       via  3952b534fa14c14ad4136856cff74aac33a13152 (commit)
       via  f34802132cd4b0365e295e653a6c9ab10ee61983 (commit)
      from  0600938ae67ff8b6706a9a85eb828b42e261db30 (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 e286d4afd4826fd1886a4ac18e32a3c026e11394
Merge: 0600938 3952b53
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Oct 7 09:01:29 2021 -0700

    Merge branch 'mwtoews-c99' into main


commit 3952b534fa14c14ad4136856cff74aac33a13152
Merge: 0600938 f348021
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Oct 7 08:49:50 2021 -0700

    Merge branch 'c99' of https://git.osgeo.org/gitea/mwtoews/geos into mwtoews-c99


commit f34802132cd4b0365e295e653a6c9ab10ee61983
Author: Mike Taves <mwtoews at gmail.com>
Date:   Fri Oct 1 12:39:45 2021 +1300

    CMake: ensure C99 is enabled for ryu

diff --git a/src/deps/CMakeLists.txt b/src/deps/CMakeLists.txt
index d8a1c3d..a8be0a5 100644
--- a/src/deps/CMakeLists.txt
+++ b/src/deps/CMakeLists.txt
@@ -11,7 +11,10 @@
 file(GLOB_RECURSE _sources ${CMAKE_CURRENT_LIST_DIR}/*.c  CONFIGURE_DEPEND)
 add_library(ryu STATIC ${_sources})
 target_include_directories(ryu PUBLIC ${CMAKE_CURRENT_LIST_DIR})
-set_target_properties(ryu PROPERTIES POSITION_INDEPENDENT_CODE ON)
+set_target_properties(ryu PROPERTIES
+  POSITION_INDEPENDENT_CODE ON
+  C_STANDARD 99
+)
 unset(_sources)
 
 target_include_directories(geos

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

Summary of changes:
 src/deps/CMakeLists.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list