Merge topic 'eclipse-cygwin-paths'
a672b16a
Eclipse: Fix paths in target links on cygwin
This commit is contained in:
commit
5827d9a626
|
@ -598,7 +598,8 @@ void cmExtraEclipseCDT4Generator::CreateLinksForTargets(
|
|||
linkName4 += "/";
|
||||
linkName4 += cmSystemTools::GetFilenameName(fullPath);
|
||||
this->AppendLinkedResource(fout, linkName4,
|
||||
fullPath, LinkToFile);
|
||||
this->GetEclipsePath(fullPath),
|
||||
LinkToFile);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue