瀏覽代碼

diable hunter fr pugi.

Kim Kulling 5 年之前
父節點
當前提交
8f0888f7fc
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 2 2
      CMakeLists.txt
  2. 0 1
      contrib/CMakeLists.txt

+ 2 - 2
CMakeLists.txt

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

+ 0 - 1
contrib/CMakeLists.txt

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