summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-09-12 08:21:36 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2019-09-12 16:16:17 (GMT)
commit83b3f76a3b13ffe2d8bdf3f67c20e36e22a6955f (patch)
treead121deb1cbca5cf373bb0ed895198e1cdc7e5cd /Source/cmCommands.cxx
parentb85407ae76951649907e8e5675fe17d65dfd5457 (diff)
downloadCMake-83b3f76a3b13ffe2d8bdf3f67c20e36e22a6955f.zip
CMake-83b3f76a3b13ffe2d8bdf3f67c20e36e22a6955f.tar.gz
CMake-83b3f76a3b13ffe2d8bdf3f67c20e36e22a6955f.tar.bz2
cmLinkLibrariesCommand: Port away from cmCommand
Ref: #19499
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index cb1f62b..ed6d24c 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -282,8 +282,7 @@ void GetProjectCommands(cmState* state)
cmIncludeExternalMSProjectCommand);
state->AddBuiltinCommand("install_programs", cmInstallProgramsCommand);
state->AddBuiltinCommand("add_link_options", cmAddLinkOptionsCommand);
- state->AddBuiltinCommand("link_libraries",
- cm::make_unique<cmLinkLibrariesCommand>());
+ state->AddBuiltinCommand("link_libraries", cmLinkLibrariesCommand);
state->AddBuiltinCommand("target_link_options",
cm::make_unique<cmTargetLinkOptionsCommand>());
state->AddBuiltinCommand("target_link_directories",