You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This moves the logic to compute the install prefix to a single location
in the main config file. Extra config files can use the new
AMENT_IMPORT_PREFIX variable, which simplifies the code and makes it
more robust to future changes.
The logic to compute AMENT_IMPORT_PREFIX has been taken from the
CMakePackageConfigHelpers module. The code is well-tested and also
handles symlink aliasing.
Signed-off-by: Timo Röhling <[email protected]>
0 commit comments