summaryrefslogtreecommitdiff
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorGabor Bencze <b.gabor98@gmail.com>2019-08-09 11:51:17 +0200
committerBrad King <brad.king@kitware.com>2019-08-20 14:42:20 -0400
commitb1acc711f4cdf62a850c09a85256482db2e2af2e (patch)
tree35a898effd42a0e38f2ad9ccdea1983d2fc59464 /Source/cmCommands.cxx
parent413a960391291678f216fe3d2bbfbd3fdca84168 (diff)
downloadcmake-b1acc711f4cdf62a850c09a85256482db2e2af2e.tar.gz
cmCommand refactor: cmRemoveCommand
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 ff21df89aa..6a3af27e93 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -202,7 +202,7 @@ void GetScriptingCommands(cmState* state)
#if !defined(CMAKE_BOOTSTRAP)
state->AddBuiltinCommand("cmake_host_system_information",
cmCMakeHostSystemInformationCommand);
- state->AddBuiltinCommand("remove", cm::make_unique<cmRemoveCommand>());
+ state->AddBuiltinCommand("remove", cmRemoveCommand);
state->AddBuiltinCommand("variable_watch",
cm::make_unique<cmVariableWatchCommand>());
state->AddBuiltinCommand("write_file",