Merge pull request #4598 from assimp/kimkulling/fix-win32-build-with-no-dxsdk9-issue4593

Disable build for tools per default
pull/4601/head
Kim Kulling 2022-06-29 15:20:41 +02:00 committed by GitHub
commit be700a0480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ OPTION( ASSIMP_BUILD_ZLIB
)
OPTION( ASSIMP_BUILD_ASSIMP_TOOLS
"If the supplementary tools for Assimp are built in addition to the library."
ON
OFF
)
OPTION ( ASSIMP_BUILD_SAMPLES
"If the official samples are built as well (needs Glut)."