|
|
|
@ -697,10 +697,6 @@ macro(_ocv_create_module) |
|
|
|
|
unset(sub_links) |
|
|
|
|
unset(cuda_objs) |
|
|
|
|
|
|
|
|
|
if(NOT the_module STREQUAL opencv_ts) |
|
|
|
|
set_target_properties(${the_module} PROPERTIES COMPILE_DEFINITIONS OPENCV_NOSTL) |
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
ocv_target_link_libraries(${the_module} ${OPENCV_MODULE_${the_module}_DEPS_TO_LINK}) |
|
|
|
|
ocv_target_link_libraries(${the_module} LINK_INTERFACE_LIBRARIES ${OPENCV_MODULE_${the_module}_DEPS_TO_LINK}) |
|
|
|
|
ocv_target_link_libraries(${the_module} ${OPENCV_MODULE_${the_module}_DEPS_EXT} ${OPENCV_LINKER_LIBS} ${IPP_LIBS} ${ARGN}) |
|
|
|
|