We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b42fba0 + c6ea6d1 commit 292b8faCopy full SHA for 292b8fa
modules/adas/tools/fcw_detect/CMakeLists.txt
@@ -13,7 +13,7 @@ endif()
13
project(${the_target})
14
15
ocv_include_directories("${OpenCV_SOURCE_DIR}/include/opencv")
16
-ocv_include_modules(${OPENCV_${the_target}_DEPS})
+ocv_include_modules_recurse(${OPENCV_${the_target}_DEPS})
17
18
file(GLOB ${the_target}_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
19
modules/adas/tools/fcw_train/CMakeLists.txt
0 commit comments