mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[opencv3]Add feature option ${FEATURE_OPTIONS} to vcpkg_configure_cmake. (#7925)
This commit is contained in:
parent
6f7ef0f142
commit
3b2bd689ed
@ -1,5 +1,5 @@
|
||||
Source: opencv3
|
||||
Version: 3.4.7
|
||||
Version: 3.4.7-1
|
||||
Build-Depends: protobuf, zlib
|
||||
Homepage: https://github.com/opencv/opencv
|
||||
Description: computer vision library
|
||||
|
@ -204,7 +204,7 @@ endif()
|
||||
vcpkg_configure_cmake(
|
||||
PREFER_NINJA
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
OPTIONS
|
||||
OPTIONS ${FEATURE_OPTIONS}
|
||||
###### ocv_options
|
||||
-DOpenCV_INSTALL_BINARIES_PREFIX=
|
||||
-DOPENCV_LIB_INSTALL_PATH=lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user