mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:59:00 +08:00
fix hdf5 compile error
This commit is contained in:
parent
d5659ea88d
commit
454cad276f
@ -1,3 +1,3 @@
|
||||
Source: flann
|
||||
Version: 1.9.1-4
|
||||
Version: 1.9.1-5
|
||||
Description: Fast Library for Approximate Nearest Neighbors
|
||||
|
@ -25,6 +25,7 @@ vcpkg_configure_cmake(
|
||||
-DBUILD_PYTHON_BINDINGS=OFF
|
||||
-DBUILD_MATLAB_BINDINGS=OFF
|
||||
-DCMAKE_DEBUG_POSTFIX=-gd
|
||||
-DHDF5_NO_FIND_PACKAGE_CONFIG_FILE=ON
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
Reference in New Issue
Block a user