early-access version 2853
This commit is contained in:
11
externals/vcpkg/ports/opencv4/0006-fix-uwp.patch
vendored
Executable file
11
externals/vcpkg/ports/opencv4/0006-fix-uwp.patch
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
--- a/cmake/OpenCVModule.cmake
|
||||
+++ b/cmake/OpenCVModule.cmake
|
||||
@@ -1205,7 +1205,7 @@ function(ocv_add_perf_tests)
|
||||
set_target_properties(${the_target} PROPERTIES FOLDER "tests performance")
|
||||
endif()
|
||||
|
||||
- if(WINRT)
|
||||
+ if(WINRT AND BUILD_TESTS)
|
||||
# removing APPCONTAINER from tests to run from console
|
||||
# look for detailed description inside of ocv_create_module macro above
|
||||
add_custom_command(TARGET "opencv_perf_${name}"
|
Reference in New Issue
Block a user