Skip to content

Better support for rpaths in GetPrerequisites

xzcvczx requested to merge xzcvczx/cmake:rpath-fixes into master

GetPrerequisites must be able to retrieve rpaths to be able to resolve referenced items that rely on rpaths, Therefore get_item_rpaths has been moved to GetPrerequisties from BundleUtilities. Bundle Utilities includes GetPrerequisites so this should not break any existing scripts

Refactor of resolve_item to support rpaths that reference @executable_path and/or @loader_path

The only think that may cause breakages here as gp_cmd is move from being in a function to being in the main file, so will need to be set before the file is included rather than before when the function is called.

Merge request reports