1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Fix build for UWP

backport of commit: f18cbd036a
This commit is contained in:
Victor Romero
2019-08-03 12:53:38 -07:00
committed by Alexander Alekhin
parent 960bb540ec
commit 987bb2ca61
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -850,7 +850,7 @@ macro(ocv_create_module)
set(the_module_target ${the_module})
endif()
if(WINRT)
if(WINRT AND BUILD_TESTS)
# removing APPCONTAINER from modules to run from console
# in case of usual starting of WinRT test apps output is missing
# so starting of console version w/o APPCONTAINER is required to get test results