[cmake-commits] king committed cmake.cxx 1.318 1.319

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Aug 31 09:09:43 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv24775/Source

Modified Files:
	cmake.cxx 
Log Message:
BUG: Fix path to CMake executables when run from bootstrap build.


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -d -r1.318 -r1.319
--- cmake.cxx	10 Aug 2007 15:15:19 -0000	1.318
+++ cmake.cxx	31 Aug 2007 13:09:41 -0000	1.319
@@ -2535,6 +2535,7 @@
 #else
     // Only for bootstrap
     path += mf->GetSafeDefinition("EXECUTABLE_OUTPUT_PATH");
+    path += "/";
     path += name;
     path += cmSystemTools::GetExecutableExtension();
 #endif



More information about the Cmake-commits mailing list