mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
OS X: Make sure RPATHs are unique to avoid possible corruption.
When using link_directories() and including CMAKE_CFG_INTDIR, one can end up with duplicate RPATHs in the binary which install_name_tool cannot fix without corrupting the binary. Also, the cmake_install.cmake file has been fixed to correctly handle these generator specific variables.
This commit is contained in:
@@ -84,6 +84,10 @@ public:
|
||||
|
||||
virtual void FindMakeProgram(cmMakefile*);
|
||||
|
||||
|
||||
virtual std::string ExpandCFGIntDir(const std::string& str,
|
||||
const std::string& config) const;
|
||||
|
||||
protected:
|
||||
// Does this VS version link targets to each other if there are
|
||||
// dependencies in the SLN file? This was done for VS versions
|
||||
|
||||
Reference in New Issue
Block a user