diff options
| author | jasjuang <jasjuang@gmail.com> | 2017-08-11 15:25:45 -0700 |
|---|---|---|
| committer | jasjuang <jasjuang@gmail.com> | 2017-08-11 15:27:49 -0700 |
| commit | 454cad276fe18319b2ba3084148f249f12cb26f4 (patch) | |
| tree | cd09297ab2761d1c1e75ab01619cc892cf09fcb0 | |
| parent | d5659ea88d6bfa656f82d22f2cd186fe2ebb3b27 (diff) | |
| download | vcpkg-454cad276fe18319b2ba3084148f249f12cb26f4.tar.gz vcpkg-454cad276fe18319b2ba3084148f249f12cb26f4.zip | |
fix hdf5 compile error
| -rw-r--r-- | ports/flann/CONTROL | 2 | ||||
| -rw-r--r-- | ports/flann/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/flann/CONTROL b/ports/flann/CONTROL index ad9a5e871..f4a062981 100644 --- a/ports/flann/CONTROL +++ b/ports/flann/CONTROL @@ -1,3 +1,3 @@ Source: flann -Version: 1.9.1-4 +Version: 1.9.1-5 Description: Fast Library for Approximate Nearest Neighbors diff --git a/ports/flann/portfile.cmake b/ports/flann/portfile.cmake index ba7eca546..f1ead2ad9 100644 --- a/ports/flann/portfile.cmake +++ b/ports/flann/portfile.cmake @@ -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() |
