diff options
author | David Cole <david.cole@kitware.com> | 2012-12-11 18:43:50 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-12-11 18:43:50 (GMT) |
commit | b575eadcdaf55fa4fe9a9d2dd8cb5e530365eae9 (patch) | |
tree | db0dc28738603f9e5612c0afce5f60f43b6f05b6 /Source/cmBootstrapCommands.cxx | |
parent | d73c4057edeca78fcefbcaf9fd3768e2c0e19e07 (diff) | |
parent | 12d87c04253bd203a9b8a510b1772291527d441c (diff) | |
download | CMake-b575eadcdaf55fa4fe9a9d2dd8cb5e530365eae9.zip CMake-b575eadcdaf55fa4fe9a9d2dd8cb5e530365eae9.tar.gz CMake-b575eadcdaf55fa4fe9a9d2dd8cb5e530365eae9.tar.bz2 |
Merge topic 'add-timestamp-subcommands'
12d87c0 CMake: Fix dashboard build errors and warnings
e28ce24 CMake: Fix dashboard test failure
354ecc1 CMake: Fix dashboard warnings
d842d90 CMake: Stylistic changes and documentation tweaks
711e2b3 CMake: Add TIMESTAMP subcommand to string and file commands
Diffstat (limited to 'Source/cmBootstrapCommands.cxx')
-rw-r--r-- | Source/cmBootstrapCommands.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmBootstrapCommands.cxx b/Source/cmBootstrapCommands.cxx index 9097a74..e3a2ad4 100644 --- a/Source/cmBootstrapCommands.cxx +++ b/Source/cmBootstrapCommands.cxx @@ -89,6 +89,7 @@ #include "cmStringCommand.cxx" #include "cmSubdirCommand.cxx" #include "cmTargetLinkLibrariesCommand.cxx" +#include "cmTimestamp.cxx" #include "cmTryCompileCommand.cxx" #include "cmTryRunCommand.cxx" #include "cmUnsetCommand.cxx" |