Skip to content

Use NAMELINK_COMPONENT if available

Kyle Edwards requested to merge (removed):namelink-component-install into master

If using CMake 3.12 or later, use the NAMELINK_COMPONENT argument to put the .so symlink in the "development" component rather than the "runtime" component. Also ensure that ARCHIVE, LIBRARY, and RUNTIME each get the proper component, as well as fix indentation in the relevant install() call.

Merge request reports