From 9d531303c0d5777dd97b562d8c74b8fe6438e86f Mon Sep 17 00:00:00 2001
From: Ken Martin <ken.martin@kitware.com>
Date: Thu, 7 Jul 2005 09:44:55 -0400
Subject: BUG: win95 returning non unix path for cmake command

---
 Source/cmake.cxx | 1 +
 1 file changed, 1 insertion(+)

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
-- 
cgit v0.12