mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-16 17:15:01 +00:00
Fix for CONC-494:
Install all symlinks for shared and static libraries in component Development instead of SharedLibraries.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user