Add nonfree feature; Update version str

This commit is contained in:
Griffin Downs 2019-03-05 09:08:05 -08:00
parent 1908903508
commit 3d7f31224e
2 changed files with 5 additions and 2 deletions

View File

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

View File

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