Commit 9c80c40c authored by Maksim Shabunin's avatar Maksim Shabunin

Fixed sfm module static build

parent f529a1df
#Install macro for libmv libraries
MACRO (LIBMV_INSTALL_LIB name)
set_target_properties( ${name}
PROPERTIES
ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib
)
if(NOT BUILD_SHARED_LIBS)
ocv_install_target(${name} EXPORT OpenCVModules
ARCHIVE DESTINATION ${OPENCV_3P_LIB_INSTALL_PATH} COMPONENT dev)
endif()
ENDMACRO (LIBMV_INSTALL_LIB)
\ No newline at end of file
ENDMACRO (LIBMV_INSTALL_LIB)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment