aboutsummaryrefslogtreecommitdiff
path: root/ports/opencv/0001-winrt-fixes.patch
diff options
context:
space:
mode:
authorTsukasa Sugiura <t.sugiura0204@gmail.com>2018-11-05 04:24:45 +0900
committerRobert Schumacher <roschuma@microsoft.com>2018-11-04 11:24:45 -0800
commit4ef6ddddd2abbe38390d9ad7cb62e4e5c75627c9 (patch)
treeca5feb552af3009693d4f86ae38eec243482eb2e /ports/opencv/0001-winrt-fixes.patch
parent56ea0dca4098754cee6dba7766c9e38d1fe40165 (diff)
downloadvcpkg-4ef6ddddd2abbe38390d9ad7cb62e4e5c75627c9.tar.gz
vcpkg-4ef6ddddd2abbe38390d9ad7cb62e4e5c75627c9.zip
[opencv] Update to OpenCV 3.4.3 (#4636)
Update opencv port to OpenCV 3.4.3.
Diffstat (limited to 'ports/opencv/0001-winrt-fixes.patch')
-rw-r--r--ports/opencv/0001-winrt-fixes.patch13
1 files changed, 1 insertions, 12 deletions
diff --git a/ports/opencv/0001-winrt-fixes.patch b/ports/opencv/0001-winrt-fixes.patch
index f913d92a4..fa8c8cfc9 100644
--- a/ports/opencv/0001-winrt-fixes.patch
+++ b/ports/opencv/0001-winrt-fixes.patch
@@ -1,17 +1,6 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -311,7 +311,7 @@ OCV_OPTION(INSTALL_TESTS "Install accuracy and performance test binar
- # OpenCV build options
- # ===================================================
- OCV_OPTION(ENABLE_CCACHE "Use ccache" (UNIX AND NOT IOS AND (CMAKE_GENERATOR MATCHES "Makefile" OR CMAKE_GENERATOR MATCHES "Ninja")) )
--OCV_OPTION(ENABLE_PRECOMPILED_HEADERS "Use precompiled headers" ON IF (NOT IOS AND NOT CMAKE_CROSSCOMPILING) )
-+OCV_OPTION(ENABLE_PRECOMPILED_HEADERS "Use precompiled headers" ON IF (NOT IOS AND (MSVC OR NOT CMAKE_CROSSCOMPILING)) )
- OCV_OPTION(ENABLE_SOLUTION_FOLDERS "Solution folder in Visual Studio or in other IDEs" (MSVC_IDE OR CMAKE_GENERATOR MATCHES Xcode) )
- OCV_OPTION(ENABLE_PROFILING "Enable profiling in the GCC compiler (Add flags: -g -pg)" OFF IF CMAKE_COMPILER_IS_GNUCXX )
- OCV_OPTION(ENABLE_COVERAGE "Enable coverage collection with GCov" OFF IF CMAKE_COMPILER_IS_GNUCXX )
--- a/cmake/OpenCVModule.cmake
+++ b/cmake/OpenCVModule.cmake
-@@ -842,7 +842,7 @@ macro(ocv_create_module)
+@@ -848,7 +848,7 @@ macro(ocv_create_module)
set(the_module_target ${the_module})
endif()