diable hunter fr pugi.

pull/2966/head
Kim Kulling 2020-09-28 20:03:51 +02:00
parent effccfe2e6
commit 8f0888f7fc
2 changed files with 2 additions and 3 deletions

View File

@ -579,9 +579,9 @@ ELSE ()
ADD_DEFINITIONS( -DASSIMP_BUILD_NO_C4D_IMPORTER ) ADD_DEFINITIONS( -DASSIMP_BUILD_NO_C4D_IMPORTER )
ENDIF () ENDIF ()
IF(NOT ASSIMP_HUNTER_ENABLED) #IF(NOT ASSIMP_HUNTER_ENABLED)
ADD_SUBDIRECTORY(contrib) ADD_SUBDIRECTORY(contrib)
ENDIF() #ENDIF()
ADD_SUBDIRECTORY( code/ ) ADD_SUBDIRECTORY( code/ )
IF ( ASSIMP_BUILD_ASSIMP_TOOLS ) IF ( ASSIMP_BUILD_ASSIMP_TOOLS )

View File

@ -1,2 +1 @@
# Compile internal irrXML only if system is not requested
add_subdirectory( pugixml-1.9 ) add_subdirectory( pugixml-1.9 )