Opened 4 years ago

Closed 4 years ago

#2826 closed defect (fixed)

CMake: Installed symlinks should be relative to its library

Reported by: jng Owned by: jng
Priority: low Milestone: 4.0
Component: Build System Version:
Severity: trivial Keywords:
Cc: External ID:

Description

Currently a limitation of our install_symlink macro is that the symlink to install references an absolute path. As a result, these symlinks will break if the underlying installation prefix is different.

Change History (1)

comment:1 by jng, 4 years ago

Resolution: fixed
Status: assignedclosed

In 9736:

Update symlink installation to have symlinks be relative to its library. Fixes #2826

Note: See TracTickets for help on using tickets.