ENH: use a full path for rpath
This commit is contained in:
parent
eb9fc21543
commit
4f8afac655
@ -738,7 +738,7 @@ void cmLocalUnixMakefileGenerator::OutputLinkLibraries(std::ostream& fout,
|
||||
linkLibs += libPathFlag;
|
||||
if(outputRuntime)
|
||||
{
|
||||
runtimeDirs.push_back( libpath );
|
||||
runtimeDirs.push_back( cmSystemTools::CollapseFullPath(libpath.c_str()));
|
||||
}
|
||||
}
|
||||
linkLibs += libpath;
|
||||
|
Loading…
x
Reference in New Issue
Block a user