diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-09-12 08:10:28 (GMT) |
---|---|---|
committer | Regina Pfeifer <regina@mailbox.org> | 2019-09-12 16:16:17 (GMT) |
commit | 36b939db682a9405790bee76f95673eeaeb445b8 (patch) | |
tree | 4cd7861df88ef4bc2a82dae4290594c94cfac76a /Source/cmCommands.cxx | |
parent | 28cf1271ed6051af46ff68f52a8c9c0435ca1234 (diff) | |
download | CMake-36b939db682a9405790bee76f95673eeaeb445b8.zip CMake-36b939db682a9405790bee76f95673eeaeb445b8.tar.gz CMake-36b939db682a9405790bee76f95673eeaeb445b8.tar.bz2 |
cmFLTKWrapUICommand: Port away from cmCommand
Ref: #19499
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index f30fcb5..9ce4c14 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -282,8 +282,7 @@ void GetProjectCommands(cmState* state) state->AddBuiltinCommand("aux_source_directory", cmAuxSourceDirectoryCommand); state->AddBuiltinCommand("export", cm::make_unique<cmExportCommand>()); - state->AddBuiltinCommand("fltk_wrap_ui", - cm::make_unique<cmFLTKWrapUICommand>()); + state->AddBuiltinCommand("fltk_wrap_ui", cmFLTKWrapUICommand); state->AddBuiltinCommand( "include_external_msproject", cm::make_unique<cmIncludeExternalMSProjectCommand>()); |