mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Add nonfree feature; Update version str
This commit is contained in:
parent
1908903508
commit
3d7f31224e
@ -1,5 +1,5 @@
|
||||
Source: opencv
|
||||
Version: 3.4.3-6
|
||||
Version: 3.4.3-7
|
||||
Build-Depends: zlib
|
||||
Description: computer vision library
|
||||
Default-Features: opengl, jpeg, png, tiff, eigen, flann
|
||||
@ -80,3 +80,6 @@ Description: JPEG 2000 support for opencv
|
||||
Feature: eigen
|
||||
Build-Depends: eigen3
|
||||
Description: Eigen support for opencv
|
||||
|
||||
Feature: nonfree
|
||||
Description: allow nonfree and unredistributable libraries
|
||||
|
@ -283,7 +283,7 @@ vcpkg_configure_cmake(
|
||||
# ENABLE
|
||||
-DENABLE_CXX11=ON
|
||||
-DENABLE_PYLINT=OFF
|
||||
-DOPENCV_ENABLE_NONFREE=${OPENCV_ENABLE_NONFREE}
|
||||
-DOPENCV_ENABLE_NONFREE=${OPENCV_ENABLE_NONFREE}
|
||||
# INSTALL
|
||||
-DINSTALL_FORCE_UNIX_PATHS=ON
|
||||
-DINSTALL_LICENSE=OFF
|
||||
|
Loading…
x
Reference in New Issue
Block a user