summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-03-31 17:23:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-03-31 17:23:32 (GMT)
commit148b528f9d7d991dc01f277624df4a8aa41feccc (patch)
tree4d73c1c4b406670800021667ae390e2594f99e42 /Source/cmLocalGenerator.cxx
parentecc81cd353556af1d9afa3426f0892dd6b92b2b7 (diff)
parent128605054a2d773189869d6e1b5000e6d4a93241 (diff)
downloadCMake-148b528f9d7d991dc01f277624df4a8aa41feccc.zip
CMake-148b528f9d7d991dc01f277624df4a8aa41feccc.tar.gz
CMake-148b528f9d7d991dc01f277624df4a8aa41feccc.tar.bz2
Merge topic 'custom-command-slashes'
1286050 Normalize slashes of add_custom_(command|target) DEPENDS (#11973)
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 7b3fc86..7da35eb 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1904,7 +1904,6 @@ bool cmLocalGenerator::GetRealDependency(const char* inName,
{
// This is a full path. Return it as given.
dep = inName;
- cmSystemTools::ConvertToUnixSlashes(dep);
return true;
}