diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-06-27 15:55:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-27 15:55:07 -0700 |
| commit | 4bb67553f00315a58b99e85f1550c2be34d2ca07 (patch) | |
| tree | bc3767a46470183b0299638abd1f57acb0e98b3f | |
| parent | 66f1d9a747ed5f048ed23248b9163d7490da02c2 (diff) | |
| download | vcpkg-4bb67553f00315a58b99e85f1550c2be34d2ca07.tar.gz vcpkg-4bb67553f00315a58b99e85f1550c2be34d2ca07.zip | |
[flann] fix flaky config (#7073)
| -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 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 |
