[Cmake-commits] [cmake-commits] hoffman committed cmLocalGenerator.cxx 1.269 1.270
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Mar 28 15:54:22 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv9273
Modified Files:
cmLocalGenerator.cxx
Log Message:
ENH: fix for the correct path to cmake
Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.269
retrieving revision 1.270
diff -C 2 -d -r1.269 -r1.270
*** cmLocalGenerator.cxx 13 Mar 2008 15:38:46 -0000 1.269
--- cmLocalGenerator.cxx 28 Mar 2008 19:54:20 -0000 1.270
***************
*** 942,946 ****
{
const char* cmcommand =
! this->GlobalGenerator->GetCMakeInstance()->GetCMakeCommand();
return this->Convert(cmcommand, FULL, SHELL);
}
--- 942,946 ----
{
const char* cmcommand =
! this->GetMakefile()->GetDefinition("CMAKE_COMMAND");
return this->Convert(cmcommand, FULL, SHELL);
}
More information about the Cmake-commits
mailing list