summaryrefslogtreecommitdiff
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-09-18 22:45:42 +0200
committerRegina Pfeifer <regina@mailbox.org>2019-09-21 05:20:59 +0200
commit920f0dd83ad473d291e5ceb519ed7155ca92168a (patch)
tree35380b0299b51bd3aaa6bcf333979520d65da665 /Source/cmCommands.cxx
parent1dd31297cad93b5b9a8fd1ab2b5bb9916ffe5d18 (diff)
downloadcmake-920f0dd83ad473d291e5ceb519ed7155ca92168a.tar.gz
cmInstallCommand: Port away from cmCommand
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 cc9448d6c0..88d17f11ba 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -234,7 +234,7 @@ void GetProjectCommands(cmState* state)
state->AddBuiltinCommand("include_directories", cmIncludeDirectoryCommand);
state->AddBuiltinCommand("include_regular_expression",
cmIncludeRegularExpressionCommand);
- state->AddBuiltinCommand("install", cm::make_unique<cmInstallCommand>());
+ state->AddBuiltinCommand("install", cmInstallCommand);
state->AddBuiltinCommand("install_files", cmInstallFilesCommand);
state->AddBuiltinCommand("install_targets", cmInstallTargetsCommand);
state->AddBuiltinCommand("link_directories", cmLinkDirectoriesCommand);