summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-09 13:17:22 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-09 13:17:22 (GMT)
commit5827d9a626918c91eef4ff84bd115c0d35013a7d (patch)
treef312eddd152b8962e8280b82cf5961a6010a3ace /Source
parent3723fe94e6ec01143ec91433deb5741efe10cfe2 (diff)
parenta672b16a3a528d6dbfcba7758a798eeb87bd57ee (diff)
downloadCMake-5827d9a626918c91eef4ff84bd115c0d35013a7d.zip
CMake-5827d9a626918c91eef4ff84bd115c0d35013a7d.tar.gz
CMake-5827d9a626918c91eef4ff84bd115c0d35013a7d.tar.bz2
Merge topic 'eclipse-cygwin-paths'
a672b16a Eclipse: Fix paths in target links on cygwin
Diffstat (limited to 'Source')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx
index a81e53c..44bf586 100644
--- a/Source/cmExtraEclipseCDT4Generator.cxx
+++ b/Source/cmExtraEclipseCDT4Generator.cxx
@@ -598,7 +598,8 @@ void cmExtraEclipseCDT4Generator::CreateLinksForTargets(
linkName4 += "/";
linkName4 += cmSystemTools::GetFilenameName(fullPath);
this->AppendLinkedResource(fout, linkName4,
- fullPath, LinkToFile);
+ this->GetEclipsePath(fullPath),
+ LinkToFile);
}
}
}