Skip to content

file: Clarify CMake only drops RPATHS's it added

Previously the CMake message would suggest that it removes all RPATH entries that exist and replace them with the new listed entry. But that isn't the case, CMake only drops the RPATH entries it added ( ignores entries added by the toolchain ).

Edited by Robert Maynard

Merge request reports