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 cb3b209 + bf6254a commit 55e119cCopy full SHA for 55e119c
modules/xobjdetect/tools/waldboost_detector/CMakeLists.txt
@@ -19,7 +19,7 @@ file(GLOB ${the_target}_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
19
20
add_executable(${the_target} ${${the_target}_SOURCES})
21
22
-target_link_libraries(${the_target} ${OPENCV_${the_target}_DEPS})
+ocv_target_link_libraries(${the_target} ${OPENCV_${the_target}_DEPS})
23
24
set_target_properties(${the_target} PROPERTIES
25
DEBUG_POSTFIX "${OPENCV_DEBUG_POSTFIX}"
0 commit comments