summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-04-23 16:47:22 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-04-23 16:47:22 (GMT)
commitd837f8b6fb30c34e167c35f7e85ac3b7b19adccf (patch)
tree019af81ce98a755600df6a5b83efcfd312797961 /Source/cmCommands.cxx
parentb45976fe104902ed7f0495e0e4c822684a4455e7 (diff)
parent61ac8e6dfa06d82ff2ef3ae3f0076fb9aa65d542 (diff)
downloadCMake-d837f8b6fb30c34e167c35f7e85ac3b7b19adccf.zip
CMake-d837f8b6fb30c34e167c35f7e85ac3b7b19adccf.tar.gz
CMake-d837f8b6fb30c34e167c35f7e85ac3b7b19adccf.tar.bz2
Merge branch 'master' into ninja-order-only-fix
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index 896b6a9..28b4267 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -91,6 +91,7 @@
# include "cmAddLinkOptionsCommand.h"
# include "cmAuxSourceDirectoryCommand.h"
# include "cmBuildNameCommand.h"
+# include "cmCMakeCommand.h"
# include "cmCMakeHostSystemInformationCommand.h"
# include "cmExportCommand.h"
# include "cmExportLibraryDependenciesCommand.h"
@@ -196,6 +197,7 @@ void GetScriptingCommands(cmState* state)
"match the opening WHILE command.");
#if !defined(CMAKE_BOOTSTRAP)
+ state->AddBuiltinCommand("cmake_command", cmCMakeCommand);
state->AddBuiltinCommand("cmake_host_system_information",
cmCMakeHostSystemInformationCommand);
state->AddBuiltinCommand("load_cache", cmLoadCacheCommand);