[flann] fix flaky config (#7073)

This commit is contained in:
Phil Christensen 2019-06-27 15:55:07 -07:00 committed by GitHub
parent 66f1d9a747
commit 4bb67553f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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