summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorGabor Bencze <b.gabor98@gmail.com>2019-08-02 16:31:47 (GMT)
committerBrad King <brad.king@kitware.com>2019-08-20 18:42:19 (GMT)
commitf42dad7a5e8656b8eee9b9b928ab3ce9ba90fbf8 (patch)
tree0f6761cdfb6e9fe2e6dd20d57d0abb474080c0ff /Source/cmCommands.cxx
parentfb57537a830444cd7ced203f92505bebd510f91a (diff)
downloadCMake-f42dad7a5e8656b8eee9b9b928ab3ce9ba90fbf8.zip
CMake-f42dad7a5e8656b8eee9b9b928ab3ce9ba90fbf8.tar.gz
CMake-f42dad7a5e8656b8eee9b9b928ab3ce9ba90fbf8.tar.bz2
cmCommand refactor: cmIncludeCommand
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index 1842ae0..b6008f5 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -142,7 +142,7 @@ void GetScriptingCommands(cmState* state)
cmGetFilenameComponentCommand);
state->AddBuiltinCommand("get_property", cmGetPropertyCommand);
state->AddBuiltinCommand("if", cmIfCommand);
- state->AddBuiltinCommand("include", cm::make_unique<cmIncludeCommand>());
+ state->AddBuiltinCommand("include", cmIncludeCommand);
state->AddBuiltinCommand("include_guard",
cm::make_unique<cmIncludeGuardCommand>());
state->AddBuiltinCommand("list", cm::make_unique<cmListCommand>());