Actually set `ASSIMP_WARNINGS_AS_ERRORS` to ON by default

Whoops....
pull/4509/head
hgdagon 2022-05-03 12:31:09 -07:00 committed by GitHub
parent e97e7574ae
commit 18bfbaeee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ OPTION( ASSIMP_INSTALL
)
OPTION ( ASSIMP_WARNINGS_AS_ERRORS
"Treat all warnings as errors."
OFF
ON
)
OPTION ( ASSIMP_ASAN
"Enable AddressSanitizer."