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 c2aba2e18..fdcbb8ecc 100644
--- a/ports/flann/CONTROL
+++ b/ports/flann/CONTROL
@@ -1,5 +1,5 @@
Source: flann
-Version: 1.9.1
+Version: 1.9.1-1
Homepage: https://github.com/mariusmuja/flann
Build-Depends: lz4
Description: Fast Library for Approximate Nearest Neighbors
diff --git a/ports/flann/portfile.cmake b/ports/flann/portfile.cmake
index baf79035a..ec9637212 100644
--- a/ports/flann/portfile.cmake
+++ b/ports/flann/portfile.cmake
@@ -16,6 +16,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_EXAMPLES=OFF
-DBUILD_TESTS=OFF