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 30e01ad commit bca6e56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ if(USE_FMT_HEADER_ONLY)
add_definitions(-DFMT_HEADER_ONLY)
endif()

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

set(LIBRARY_NAME FCollada)
if(NOT BUILD_SHARED_LIBS AND NOT MSVC)
Expand Down

0 comments on commit bca6e56

Please sign in to comment.