mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[opencv] Disable FLANN hidden dependency. Fixes #1433.
This commit is contained in:
parent
5498864711
commit
1a84896b87
@ -1,5 +1,5 @@
|
||||
Source: opencv
|
||||
Version: 3.2.0-1
|
||||
Version: 3.2.0-2
|
||||
Build-Depends: zlib, libpng, libjpeg-turbo, tiff
|
||||
#Use the following line instead for optional features from OpenCV-contrib that require protobuf
|
||||
#Build-Depends: zlib, libpng, libjpeg-turbo, tiff, protobuf
|
||||
|
@ -42,6 +42,7 @@ vcpkg_configure_cmake(
|
||||
-DBUILD_PNG=OFF
|
||||
-DBUILD_opencv_python2=OFF
|
||||
-DBUILD_opencv_python3=OFF
|
||||
-DBUILD_opencv_flann=OFF
|
||||
-DBUILD_opencv_apps=OFF
|
||||
-DBUILD_DOCS=OFF
|
||||
-DBUILD_EXAMPLES=OFF
|
||||
|
Loading…
x
Reference in New Issue
Block a user