Disable m3d for 5.1

- closes https://github.com/assimp/assimp/issues/4126
pull/4172/head
Kim Kulling 2021-11-11 22:15:56 +01:00 committed by GitHub
parent 1f8edd5959
commit 4854978108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -527,6 +527,9 @@ ELSE()
ADD_DEFINITIONS ( -D'ASSIMP_BUILD_COMPILER="${ASSIMP_BUILD_COMPILER}"' )
ENDIF()
# Disabled for 5.1
ADD_DEFINITIONS ( -DASSIMP_BUILD_NO_M3D_IMPORTER )
MARK_AS_ADVANCED ( ASSIMP_BUILD_ARCHITECTURE ASSIMP_BUILD_COMPILER )
SET ( ASSIMP_BUILD_NONFREE_C4D_IMPORTER OFF CACHE BOOL