diff options
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 d401b25..1842ae0 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -140,8 +140,7 @@ void GetScriptingCommands(cmState* state) cmGetDirectoryPropertyCommand); state->AddBuiltinCommand("get_filename_component", cmGetFilenameComponentCommand); - state->AddBuiltinCommand("get_property", - cm::make_unique<cmGetPropertyCommand>()); + state->AddBuiltinCommand("get_property", cmGetPropertyCommand); state->AddBuiltinCommand("if", cmIfCommand); state->AddBuiltinCommand("include", cm::make_unique<cmIncludeCommand>()); state->AddBuiltinCommand("include_guard", |