mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-11 22:05:38 +08:00
[vtk] Fix dependency pugixml link type (#9958)
This commit is contained in:
parent
7d4227f02e
commit
b8971ffdd0
@ -1,5 +1,5 @@
|
|||||||
Source: vtk
|
Source: vtk
|
||||||
Version: 8.2.0-10
|
Version: 8.2.0-11
|
||||||
Description: Software system for 3D computer graphics, image processing, and visualization
|
Description: Software system for 3D computer graphics, image processing, and visualization
|
||||||
Homepage: https://github.com/Kitware/VTK
|
Homepage: https://github.com/Kitware/VTK
|
||||||
Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora, eigen3, double-conversion, pugixml, libharu, sqlite3, netcdf-c
|
Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora, eigen3, double-conversion, pugixml, libharu, sqlite3, netcdf-c
|
||||||
|
@ -10,5 +10,5 @@ index ce979ba..322e2de 100644
|
|||||||
- get_target_property(pugixml_LIBRARIES pugixml LOCATION)
|
- get_target_property(pugixml_LIBRARIES pugixml LOCATION)
|
||||||
- include_directories(${pugixml_INCLUDE_DIRS})
|
- include_directories(${pugixml_INCLUDE_DIRS})
|
||||||
- vtk_module_link_libraries(vtkIOCityGML LINK_PRIVATE ${pugixml_LIBRARIES})
|
- vtk_module_link_libraries(vtkIOCityGML LINK_PRIVATE ${pugixml_LIBRARIES})
|
||||||
+ vtk_module_link_libraries(vtkIOCityGML LINK_PRIVATE pugixml)
|
+ vtk_module_link_libraries(vtkIOCityGML LINK_PUBLIC pugixml)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user