[cmake-commits] king committed cmCTestScriptHandler.cxx 1.41 1.42
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Dec 13 17:56:52 EST 2007
Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv18488/Source/CTest
Modified Files:
cmCTestScriptHandler.cxx
Log Message:
ENH: Centralized and globalized computation of CMake program locations. This eliminates startup paths that failed to produce this information.
Index: cmCTestScriptHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestScriptHandler.cxx,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- cmCTestScriptHandler.cxx 27 Jul 2007 12:59:59 -0000 1.41
+++ cmCTestScriptHandler.cxx 13 Dec 2007 22:56:49 -0000 1.42
@@ -293,7 +293,7 @@
delete this->LocalGenerator;
}
this->CMake = new cmake;
- this->CMake->AddCMakePaths(this->CTest->GetCTestExecutable());
+ this->CMake->AddCMakePaths();
this->GlobalGenerator = new cmGlobalGenerator;
this->GlobalGenerator->SetCMakeInstance(this->CMake);
More information about the Cmake-commits
mailing list