Adding optimized Mat Allocator

This commit is contained in:
Andrey Pavlenko
2011-11-25 15:39:24 +00:00
parent f05259f28f
commit 467f936459
2 changed files with 6 additions and 1 deletions

View File

@@ -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