Fix for CONC-494:

Install all symlinks for shared and static libraries in
component Development instead of SharedLibraries.
This commit is contained in:
Georg Richter
2020-09-09 12:20:45 +02:00
parent 01859950cf
commit d756d7b27f

View File

@ -30,6 +30,6 @@ IF(UNIX)
# presumably this will be used for libmysql*.so symlinks
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${symlink_name} DESTINATION ${install_path}
COMPONENT SharedLibraries)
COMPONENT Development)
ENDIF()
ENDMACRO()