Update CMakeLists.txt

kimkulling/add_windows_clang_issue-5519
Kim Kulling 2024-09-10 19:37:01 +02:00 committed by GitHub
parent 3a39648358
commit 8bd943abc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1397,6 +1397,7 @@ IF (ASSIMP_WARNINGS_AS_ERRORS)
-Wno-undefined-func-template
-Wno-declaration-after-statement
-Wno-deprecated-declarations
-Wdeprecated-non-prototype
)
ELSE()
TARGET_COMPILE_OPTIONS(assimp PRIVATE /W4 /WX)