Merge topic 'eclipse-cygwin-paths'

a672b16a Eclipse: Fix paths in target links on cygwin
This commit is contained in:
Brad King 2015-07-09 09:17:22 -04:00 committed by CMake Topic Stage
commit 5827d9a626
1 changed files with 2 additions and 1 deletions

View File

@ -598,7 +598,8 @@ void cmExtraEclipseCDT4Generator::CreateLinksForTargets(
linkName4 += "/";
linkName4 += cmSystemTools::GetFilenameName(fullPath);
this->AppendLinkedResource(fout, linkName4,
fullPath, LinkToFile);
this->GetEclipsePath(fullPath),
LinkToFile);
}
}
}