Ver código fonte

remove pugixml from hunter

Kim Kulling 5 anos atrás
pai
commit
69822fd5e6
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      code/CMakeLists.txt

+ 0 - 2
code/CMakeLists.txt

@@ -1095,7 +1095,6 @@ SET( assimp_src
   ${ASSIMP_EXPORTER_SRCS}
 
   # Third-party libraries
-  #${IrrXML_SRCS}
   ${unzip_compile_SRCS}
   ${Poly2Tri_SRCS}
   ${Clipper_SRCS}
@@ -1151,7 +1150,6 @@ IF(ASSIMP_HUNTER_ENABLED)
       RapidJSON::rapidjson
       utf8cpp
       zip::zip
-      pugixml::pugixml
   )
 ELSE()
   TARGET_LINK_LIBRARIES(assimp ${ZLIB_LIBRARIES} ${OPENDDL_PARSER_LIBRARIES} pugixml )