提交 23eb41d1 编写于 作者: D 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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册