From 6ebc96f4af3e2a94891ab79e6d711c9ab0f5501e Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Thu, 15 Aug 2024 23:03:09 +0200 Subject: [PATCH] Apple fix test --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11e3173..238f36e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)