[Cmake-commits] [cmake-commits] king committed cmBootstrapCommands.cxx 1.29 1.30 cmCommands.cxx 1.124 1.125

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 18 14:56:32 EST 2008


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

Modified Files:
	cmBootstrapCommands.cxx cmCommands.cxx 
Log Message:
COMP: Add set_directory_properties to bootstrap

We now need this command in the Tests/CMakeLists.txt file.


Index: cmCommands.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCommands.cxx,v
retrieving revision 1.124
retrieving revision 1.125
diff -C 2 -d -r1.124 -r1.125
*** cmCommands.cxx	7 Jul 2008 19:07:54 -0000	1.124
--- cmCommands.cxx	18 Dec 2008 19:56:30 -0000	1.125
***************
*** 34,38 ****
  #include "cmRemoveCommand.cxx"
  #include "cmRemoveDefinitionsCommand.cxx"
- #include "cmSetDirectoryPropertiesCommand.cxx"
  #include "cmSourceGroupCommand.cxx"
  #include "cmSubdirDependsCommand.cxx"
--- 34,37 ----
***************
*** 76,80 ****
    commands.push_back(new cmRemoveCommand);
    commands.push_back(new cmRemoveDefinitionsCommand);
-   commands.push_back(new cmSetDirectoryPropertiesCommand);
    commands.push_back(new cmSourceGroupCommand);
    commands.push_back(new cmSubdirDependsCommand);
--- 75,78 ----

Index: cmBootstrapCommands.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmBootstrapCommands.cxx,v
retrieving revision 1.29
retrieving revision 1.30
diff -C 2 -d -r1.29 -r1.30
*** cmBootstrapCommands.cxx	25 Aug 2008 14:31:28 -0000	1.29
--- cmBootstrapCommands.cxx	18 Dec 2008 19:56:30 -0000	1.30
***************
*** 83,86 ****
--- 83,87 ----
  #include "cmSeparateArgumentsCommand.cxx"
  #include "cmSetCommand.cxx"
+ #include "cmSetDirectoryPropertiesCommand.cxx"
  #include "cmSetPropertyCommand.cxx"
  #include "cmSetSourceFilesPropertiesCommand.cxx"
***************
*** 154,157 ****
--- 155,159 ----
    commands.push_back(new cmSeparateArgumentsCommand);
    commands.push_back(new cmSetCommand);
+   commands.push_back(new cmSetDirectoryPropertiesCommand);
    commands.push_back(new cmSetPropertyCommand);
    commands.push_back(new cmSetSourceFilesPropertiesCommand);



More information about the Cmake-commits mailing list