summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-07-07 13:44:55 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-07-07 13:44:55 (GMT)
commit9d531303c0d5777dd97b562d8c74b8fe6438e86f (patch)
treed29e434a86b62730b0369e7a63796e5cdc5e61d7 /Source/cmake.cxx
parent3f14dae7162f5a78748a13b03d6501b52bbea784 (diff)
downloadCMake-9d531303c0d5777dd97b562d8c74b8fe6438e86f.zip
CMake-9d531303c0d5777dd97b562d8c74b8fe6438e86f.tar.gz
CMake-9d531303c0d5777dd97b562d8c74b8fe6438e86f.tar.bz2
BUG: win95 returning non unix path for cmake command
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 5043f3d..e108e18 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -536,6 +536,7 @@ int cmake::AddCMakePaths(const char *arg0)
cmSystemTools::ConvertToUnixSlashes(cMakeSelf);
failures.push_back(cMakeSelf);
cMakeSelf = cmSystemTools::FindProgram(cMakeSelf.c_str());
+ cmSystemTools::ConvertToUnixSlashes(cMakeSelf);
if(!cmSystemTools::FileExists(cMakeSelf.c_str()))
{
#ifdef CMAKE_BUILD_DIR