Skip to content

Commit

Permalink
Merge pull request opencv#15720 from alalek:cmake_fix_uwp
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Oct 17, 2019
2 parents 009f5f7 + c4e2e17 commit 692e1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/platforms/OpenCV-WindowsPhone.cmake
Original file line number Diff line number Diff line change
@@ -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
if(WINRT_8_0)
Expand Down
2 changes: 1 addition & 1 deletion cmake/platforms/OpenCV-WindowsStore.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/OpenCV_WinRT.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/OpenCV-WinRT.cmake")

0 comments on commit 692e1ec

Please sign in to comment.