Adding optimized Mat Allocator
This commit is contained in:
@@ -210,7 +210,9 @@ macro(define_opencv_module name)
|
||||
endif()
|
||||
|
||||
# Dependencies of this target:
|
||||
add_dependencies(${the_target} ${ARGN})
|
||||
if(ARGN)
|
||||
add_dependencies(${the_target} ${ARGN})
|
||||
endif()
|
||||
|
||||
install(TARGETS ${the_target}
|
||||
RUNTIME DESTINATION bin COMPONENT main
|
||||
|
Reference in New Issue
Block a user