cmake: update initialization

This commit is contained in:
Alexander Alekhin
2019-07-18 13:22:02 +03:00
parent 32da0705cf
commit 5ef548a985
18 changed files with 101 additions and 96 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ ocv_add_module(core
set(extra_libs "")
if(WINRT AND CMAKE_SYSTEM_NAME MATCHES WindowsStore AND CMAKE_SYSTEM_VERSION MATCHES "8.0")
if(WINRT AND WINDOWS_STORE AND CMAKE_SYSTEM_VERSION MATCHES "8.0")
list(APPEND extra_libs ole32.lib)
endif()