aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/flann/CONTROL2
-rw-r--r--ports/flann/portfile.cmake1
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()