Fix building waldboost_detector with opencv_world

Itseez/opencv_contrib#497
pull/645/head
lych77 9 years ago
parent 46dd2631d6
commit bf6254a6e6
  1. 2
      modules/xobjdetect/tools/waldboost_detector/CMakeLists.txt

@ -19,7 +19,7 @@ file(GLOB ${the_target}_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
add_executable(${the_target} ${${the_target}_SOURCES})
target_link_libraries(${the_target} ${OPENCV_${the_target}_DEPS})
ocv_target_link_libraries(${the_target} ${OPENCV_${the_target}_DEPS})
set_target_properties(${the_target} PROPERTIES
DEBUG_POSTFIX "${OPENCV_DEBUG_POSTFIX}"

Loading…
Cancel
Save