[Cmake-commits] [cmake-commits] hoffman committed cmBootstrapCommands.cxx 1.27 1.28 cmCommands.cxx 1.123 1.124

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 7 15:07:56 EDT 2008


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

Modified Files:
	cmBootstrapCommands.cxx cmCommands.cxx 
Log Message:
ENH: add get_test_property to bootstrap so bootstrap builds test the same as non-bootstrap builds


Index: cmCommands.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCommands.cxx,v
retrieving revision 1.123
retrieving revision 1.124
diff -C 2 -d -r1.123 -r1.124
*** cmCommands.cxx	16 Feb 2008 18:05:03 -0000	1.123
--- cmCommands.cxx	7 Jul 2008 19:07:54 -0000	1.124
***************
*** 25,29 ****
  #include "cmExportLibraryDependencies.cxx"
  #include "cmFLTKWrapUICommand.cxx"
- #include "cmGetTestPropertyCommand.cxx"
  #include "cmIncludeExternalMSProjectCommand.cxx"
  #include "cmInstallProgramsCommand.cxx"
--- 25,28 ----
***************
*** 67,71 ****
    commands.push_back(new cmExportLibraryDependenciesCommand);
    commands.push_back(new cmFLTKWrapUICommand);
-   commands.push_back(new cmGetTestPropertyCommand);
    commands.push_back(new cmIncludeExternalMSProjectCommand);
    commands.push_back(new cmInstallProgramsCommand);
--- 66,69 ----

Index: cmBootstrapCommands.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmBootstrapCommands.cxx,v
retrieving revision 1.27
retrieving revision 1.28
diff -C 2 -d -r1.27 -r1.28
*** cmBootstrapCommands.cxx	1 Mar 2008 20:20:35 -0000	1.27
--- cmBootstrapCommands.cxx	7 Jul 2008 19:07:54 -0000	1.28
***************
*** 87,90 ****
--- 87,91 ----
  #include "cmSetTargetPropertiesCommand.cxx"
  #include "cmSetTestsPropertiesCommand.cxx"
+ #include "cmGetTestPropertyCommand.cxx"
  #include "cmSiteNameCommand.cxx"
  #include "cmStringCommand.cxx"
***************
*** 155,158 ****
--- 156,160 ----
    commands.push_back(new cmSetSourceFilesPropertiesCommand);
    commands.push_back(new cmSetTargetPropertiesCommand);
+   commands.push_back(new cmGetTestPropertyCommand);
    commands.push_back(new cmSetTestsPropertiesCommand);
    commands.push_back(new cmSiteNameCommand);



More information about the Cmake-commits mailing list