[geos-commits] [SCM] GEOS branch 3.9 updated. db33be2390305c405a50c4220a9c769e08fef273
git at osgeo.org
git at osgeo.org
Wed Jan 10 14:07:04 PST 2024
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.9 has been updated
via db33be2390305c405a50c4220a9c769e08fef273 (commit)
from 7651b45c0ba50f483eab25ccdf79549ab8fea57e (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 db33be2390305c405a50c4220a9c769e08fef273
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Wed Jan 10 14:06:22 2024 -0800
Fix regression tests for AppleClang builds on ARM64
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4383be55d..feaf7dea9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -164,7 +164,7 @@ target_compile_features(geos_cxx_flags INTERFACE cxx_std_11)
#-----------------------------------------------------------------------------
target_compile_options(geos_cxx_flags INTERFACE
- "$<$<CXX_COMPILER_ID:Clang>:-ffp-contract=off>"
+ "$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-ffp-contract=off>"
"$<$<CXX_COMPILER_ID:GNU>:-ffp-contract=off>"
"$<$<CXX_COMPILER_ID:MSVC>:/fp:precise>"
)
-----------------------------------------------------------------------
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