mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:13:47 +08:00
[hdf5] Always use config mode for HDF5
This commit is contained in:
parent
8d4d308714
commit
d385e296a6
@ -223,6 +223,8 @@ macro(find_package name)
|
||||
add_library(tinyxml2 INTERFACE IMPORTED)
|
||||
set_target_properties(tinyxml2 PROPERTIES INTERFACE_LINK_LIBRARIES "tinyxml2_static")
|
||||
endif()
|
||||
elseif("${name}" STREQUAL "HDF5")
|
||||
_find_package(${ARGV} CONFIG)
|
||||
else()
|
||||
_find_package(${ARGV})
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user