Commit f6f1861a authored by Andrey Kamaev's avatar Andrey Kamaev

Merge pull request #159 from asmorkalov/libinfo_install_fix

parents 590d1d81 1e0bff32
...@@ -35,5 +35,5 @@ set_target_properties(${the_module} PROPERTIES ...@@ -35,5 +35,5 @@ set_target_properties(${the_module} PROPERTIES
INSTALL_NAME_DIR lib INSTALL_NAME_DIR lib
) )
get_filename_component(lib_name "opencv_info" NAME) get_filename_component(lib_name "libopencv_info.so" NAME)
install(FILES "${LIBRARY_OUTPUT_PATH}/${lib_name}" DESTINATION ${OPENCV_LIB_INSTALL_PATH} COMPONENT main) install(FILES "${LIBRARY_OUTPUT_PATH}/${lib_name}" DESTINATION ${OPENCV_LIB_INSTALL_PATH} COMPONENT main)
\ No newline at end of file
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