forked from Slicer/Slicer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Prefer clearing CMAKE_INSTALL_NAME_TOOL on a per-project basis
Follow-up of 52b238d (COMP: Ensure full path ID for macOS libraries installed for fix-up) reverting the systematic clearing of CMAKE_INSTALL_NAME_TOOL. Due to the possibility of external projects (e.g., LibFFI) enabling languages (e.g., ASM) that necessitate `install_name_tool` via the "CMakeFindBinUtils" module, we opt to clear CMAKE_INSTALL_NAME_TOOL on a per-project basis.
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters