1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #15101 from alalek:cmake_initialization

This commit is contained in:
Alexander Alekhin
2019-08-14 19:17:07 +00:00
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()