summaryrefslogtreecommitdiff
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-09-18 17:30:04 +0200
committerRegina Pfeifer <regina@mailbox.org>2019-09-21 05:11:08 +0200
commitfdc3ba45832456fc17cff58850b16a02cee30e7c (patch)
tree3b4cd2b0c96e45d9c425077f1263af72d628431d /Source/cmCommands.cxx
parentebb9346490741ddc2ce6f552bc1be57dfc730cfa (diff)
downloadcmake-fdc3ba45832456fc17cff58850b16a02cee30e7c.tar.gz
cmExportCommand: 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 262590bcdb..f569c2b824 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -275,7 +275,7 @@ void GetProjectCommands(cmState* state)
state->AddBuiltinCommand("add_compile_options", cmAddCompileOptionsCommand);
state->AddBuiltinCommand("aux_source_directory",
cmAuxSourceDirectoryCommand);
- state->AddBuiltinCommand("export", cm::make_unique<cmExportCommand>());
+ state->AddBuiltinCommand("export", cmExportCommand);
state->AddBuiltinCommand("fltk_wrap_ui", cmFLTKWrapUICommand);
state->AddBuiltinCommand("include_external_msproject",
cmIncludeExternalMSProjectCommand);