Procházet zdrojové kódy

remove pugixml from hunter

Kim Kulling před 5 roky
rodič
revize
69822fd5e6
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      code/CMakeLists.txt

+ 0 - 2
code/CMakeLists.txt

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