[Cmake-commits] [cmake-commits] hoffman committed cmake.cxx 1.391 1.392

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jul 31 13:36:55 EDT 2008


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

Modified Files:
	cmake.cxx 
Log Message:
BUG: fix for 7426 bad check for cpack


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.391
retrieving revision 1.392
diff -C 2 -d -r1.391 -r1.392
*** cmake.cxx	31 Jul 2008 14:33:25 -0000	1.391
--- cmake.cxx	31 Jul 2008 17:36:53 -0000	1.392
***************
*** 858,862 ****
    std::string cpackCommand = cmSystemTools::GetFilenamePath(cMakeSelf) +
      "/cpack" + cmSystemTools::GetFilenameExtension(cMakeSelf);
!   if(cmSystemTools::FileExists(ctestCommand.c_str()))
      {
      this->CacheManager->AddCacheEntry
--- 858,862 ----
    std::string cpackCommand = cmSystemTools::GetFilenamePath(cMakeSelf) +
      "/cpack" + cmSystemTools::GetFilenameExtension(cMakeSelf);
!   if(cmSystemTools::FileExists(cpackCommand.c_str()))
      {
      this->CacheManager->AddCacheEntry



More information about the Cmake-commits mailing list