Commit 23eb41d1 authored by Dominik Rose's avatar Dominik Rose

Merge branch 'mingw-libdc1394-2-windows' of…

Merge branch 'mingw-libdc1394-2-windows' of https://github.com/dominikrose/opencv into mingw-libdc1394-2-windows
parents 86ec9b79 9247ad63
......@@ -107,13 +107,13 @@ endif()
# to find include files from these locations first
if(MINGW)
if(EXISTS /mingw)
list(APPEND CMAKE_LIBRARY_PATH /mingw)
list(APPEND CMAKE_INCLUDE_PATH /mingw)
endif()
if(EXISTS /mingw32)
list(APPEND CMAKE_LIBRARY_PATH /mingw32)
list(APPEND CMAKE_INCLUDE_PATH /mingw32)
endif()
if(EXISTS /mingw64)
list(APPEND CMAKE_LIBRARY_PATH /mingw64)
list(APPEND CMAKE_INCLUDE_PATH /mingw64)
endif()
endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment