remove pugixml from hunter
parent
c598a12340
commit
69822fd5e6
|
@ -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 )
|
||||||
|
|
Loading…
Reference in New Issue