Fixed ticket #1580

This commit is contained in:
Andrey Kamaev
2012-02-04 18:57:41 +00:00
parent b4895dbcaf
commit eac055a27e
2 changed files with 4 additions and 14 deletions

View File

@@ -299,12 +299,6 @@ macro(ocv_glob_modules)
if(m MATCHES "^opencv_")
string(REGEX REPLACE "^opencv_" "" __shortname "${m}")
add_subdirectory("${OPENCV_MODULE_${m}_LOCATION}" "${CMAKE_CURRENT_BINARY_DIR}/${__shortname}")
#workaround for link_directories inheritance
get_directory_property(__lnkfix DIRECTORY "${OPENCV_MODULE_${m}_LOCATION}" LINK_DIRECTORIES)
if(__lnkfix)
link_directories(${__lnkfix})
endif()
endif()
endforeach()
unset(__shortname)