aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStefano Sinigardi <stesinigardi@hotmail.com>2020-12-11 23:16:29 +0100
committerGitHub <noreply@github.com>2020-12-11 14:16:29 -0800
commite054fe2b20469c894b88be4ac466776f9f653954 (patch)
treec38d367b5974c69f7d824b96f8dcdf594dd32041 /scripts
parentc2329ab26a6e9e06da101d8541c393c102ba6c8c (diff)
downloadvcpkg-e054fe2b20469c894b88be4ac466776f9f653954.tar.gz
vcpkg-e054fe2b20469c894b88be4ac466776f9f653954.zip
[OpenCV] fix compatibility with VTK9 (#12785)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test_ports/vcpkg-ci-opencv/CONTROL6
-rw-r--r--scripts/test_ports/vcpkg-ci-opencv/portfile.cmake1
2 files changed, 7 insertions, 0 deletions
diff --git a/scripts/test_ports/vcpkg-ci-opencv/CONTROL b/scripts/test_ports/vcpkg-ci-opencv/CONTROL
new file mode 100644
index 000000000..3456988cf
--- /dev/null
+++ b/scripts/test_ports/vcpkg-ci-opencv/CONTROL
@@ -0,0 +1,6 @@
+Source: vcpkg-ci-opencv
+Version: 1
+Port-Version: 1
+Homepage: https://github.com/microsoft/vcpkg
+Description: Port to force features of certain ports within CI
+Build-Depends: opencv[nonfree,ade,contrib,dnn,eigen,ffmpeg,gdcm,ipp,jasper,jpeg,openexr,opengl,openmp,png,qt,sfm,tiff,vtk]
diff --git a/scripts/test_ports/vcpkg-ci-opencv/portfile.cmake b/scripts/test_ports/vcpkg-ci-opencv/portfile.cmake
new file mode 100644
index 000000000..0015715fb
--- /dev/null
+++ b/scripts/test_ports/vcpkg-ci-opencv/portfile.cmake
@@ -0,0 +1 @@
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled) \ No newline at end of file