Commit c094c58b authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3916 from mshabunin:fix-winpack-test

parents 369a3d14 97c78838
...@@ -388,6 +388,10 @@ macro(ocv_include_modules) ...@@ -388,6 +388,10 @@ macro(ocv_include_modules)
include_directories(BEFORE "${OpenCV_INCLUDE_DIRS}") include_directories(BEFORE "${OpenCV_INCLUDE_DIRS}")
endmacro() endmacro()
macro(ocv_include_modules_recurse)
include_directories(BEFORE "${OpenCV_INCLUDE_DIRS}")
endmacro()
macro(ocv_target_link_libraries) macro(ocv_target_link_libraries)
target_link_libraries(${ARGN}) target_link_libraries(${ARGN})
endmacro() endmacro()
......
...@@ -126,7 +126,7 @@ namespace ...@@ -126,7 +126,7 @@ namespace
else else
{ {
// should never get here // should never get here
CV_Assert(0); CV_Error(Error::StsBadArg, "Failed to detect input frame kind" );
} }
} }
......
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