mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
cmake: fix UWP scripts path
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
include("${CMAKE_CURRENT_LIST_DIR}/OpenCV_WinRT.cmake")
|
include("${CMAKE_CURRENT_LIST_DIR}/OpenCV-WinRT.cmake")
|
||||||
|
|
||||||
# Adding additional using directory for WindowsPhone 8.0 to get Windows.winmd properly
|
# Adding additional using directory for WindowsPhone 8.0 to get Windows.winmd properly
|
||||||
if(WINRT_8_0)
|
if(WINRT_8_0)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
include("${CMAKE_CURRENT_LIST_DIR}/OpenCV_WinRT.cmake")
|
include("${CMAKE_CURRENT_LIST_DIR}/OpenCV-WinRT.cmake")
|
||||||
|
|||||||
Reference in New Issue
Block a user