ENH: use a full path for rpath

This commit is contained in:
Bill Hoffman 2003-12-22 13:15:33 -05:00
parent eb9fc21543
commit 4f8afac655

View File

@ -738,7 +738,7 @@ void cmLocalUnixMakefileGenerator::OutputLinkLibraries(std::ostream& fout,
linkLibs += libPathFlag; linkLibs += libPathFlag;
if(outputRuntime) if(outputRuntime)
{ {
runtimeDirs.push_back( libpath ); runtimeDirs.push_back( cmSystemTools::CollapseFullPath(libpath.c_str()));
} }
} }
linkLibs += libpath; linkLibs += libpath;