Skip to content

Commit 4db702a

Browse files
authored
ENH: Fixed cmake syntax warning (#850)
Signed-off-by: Jared Duffey <[email protected]>
1 parent 8f1a291 commit 4db702a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ endif()
209209
# Force HDF5 1.10 API
210210
target_compile_definitions(simplnx PUBLIC "H5_USE_110_API")
211211

212-
target_compile_options( simplnx PUBLIC
213-
$<$<CXX_COMPILER_ID:GNU,Clang,AppleClang,Intel>: "-ffp-contract=off">
214-
)
215-
212+
target_compile_options(simplnx
213+
PUBLIC
214+
$<$<CXX_COMPILER_ID:GNU,Clang,AppleClang,Intel>:-ffp-contract=off>
215+
)
216216

217217
if(SIMPLNX_ENABLE_MULTICORE)
218218
target_compile_definitions(simplnx PUBLIC "SIMPLNX_ENABLE_MULTICORE")

0 commit comments

Comments
 (0)