[Cmake-commits] [cmake-commits] martink committed cmLocalGenerator.cxx 1.304 1.305

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 4 15:41:59 EDT 2009


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

Modified Files:
	cmLocalGenerator.cxx 
Log Message:
ENH: minor cleanup of test


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.304
retrieving revision 1.305
diff -C 2 -d -r1.304 -r1.305
*** cmLocalGenerator.cxx	17 Jul 2009 14:05:52 -0000	1.304
--- cmLocalGenerator.cxx	4 Aug 2009 19:41:57 -0000	1.305
***************
*** 237,246 ****
         << this->Makefile->GetStartOutputDirectory() << std::endl
         << "# " << std::endl
!        << "# This file replicates the SUBDIRS() and ADD_TEST() commands "
!        << "from the source" << std::endl
!        << "# tree CMakeLists.txt file, skipping any SUBDIRS() or "
!        << "ADD_TEST() commands" << std::endl
!        << "# that are excluded by CMake control structures, i.e. IF() "
!        << "commands." << std::endl;
    
    const char* testIncludeFile = 
--- 237,244 ----
         << this->Makefile->GetStartOutputDirectory() << std::endl
         << "# " << std::endl
!        << "# This file includes the relevent testing commands "
!        << "required for " << std::endl
!        << "# testing this directory and lists subdirectories to "
!        << "be tested as well." << std::endl;
    
    const char* testIncludeFile = 



More information about the Cmake-commits mailing list