Skip to content

Commit

Permalink
Fix regression tests for AppleClang builds on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jan 10, 2024
1 parent 7651b45 commit db33be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
)
Expand Down

0 comments on commit db33be2

Please sign in to comment.