Skip to content

Commit

Permalink
ENH: Fixed cmake syntax warning (BlueQuartzSoftware#850)
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Duffey <[email protected]>
  • Loading branch information
JDuffeyBQ authored and imikejackson committed Feb 7, 2024
1 parent 418a0a0 commit 42b1575
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ endif()
# Force HDF5 1.10 API
target_compile_definitions(simplnx PUBLIC "H5_USE_110_API")

target_compile_options( simplnx PUBLIC
$<$<CXX_COMPILER_ID:GNU,Clang,AppleClang,Intel>: "-ffp-contract=off">
)

target_compile_options(simplnx
PUBLIC
$<$<CXX_COMPILER_ID:GNU,Clang,AppleClang,Intel>:-ffp-contract=off>
)

if(SIMPLNX_ENABLE_MULTICORE)
target_compile_definitions(simplnx PUBLIC "SIMPLNX_ENABLE_MULTICORE")
Expand Down

0 comments on commit 42b1575

Please sign in to comment.