Skip to content

Commit 55e119c

Browse files
committed
Merge pull request #645 from lych77:master
2 parents cb3b209 + bf6254a commit 55e119c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/xobjdetect/tools/waldboost_detector/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ file(GLOB ${the_target}_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
1919

2020
add_executable(${the_target} ${${the_target}_SOURCES})
2121

22-
target_link_libraries(${the_target} ${OPENCV_${the_target}_DEPS})
22+
ocv_target_link_libraries(${the_target} ${OPENCV_${the_target}_DEPS})
2323

2424
set_target_properties(${the_target} PROPERTIES
2525
DEBUG_POSTFIX "${OPENCV_DEBUG_POSTFIX}"

0 commit comments

Comments
 (0)