Skip to content

Commit

Permalink
Apple fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
seragh committed Aug 15, 2024
1 parent bca6e56 commit 6ebc96f
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 @@ -51,7 +51,7 @@ if(USE_FMT_HEADER_ONLY)
endif()

if(APPLE)
add_compile_options(--ffp-contract=off)
add_compile_options(-ffp-contract=off)
endif()

set(LIBRARY_NAME FCollada)
Expand Down

0 comments on commit 6ebc96f

Please sign in to comment.