summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-09-18 20:45:42 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2019-09-21 03:20:59 (GMT)
commit920f0dd83ad473d291e5ceb519ed7155ca92168a (patch)
tree35380b0299b51bd3aaa6bcf333979520d65da665 /Source/cmCommands.cxx
parent1dd31297cad93b5b9a8fd1ab2b5bb9916ffe5d18 (diff)
downloadCMake-920f0dd83ad473d291e5ceb519ed7155ca92168a.zip
CMake-920f0dd83ad473d291e5ceb519ed7155ca92168a.tar.gz
CMake-920f0dd83ad473d291e5ceb519ed7155ca92168a.tar.bz2
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 cc9448d..88d17f1 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);