mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
[flann] fix flaky config (#7073)
This commit is contained in:
parent
66f1d9a747
commit
4bb67553f0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user