diff options
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index df61b4e..6a66c7b 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -155,7 +155,7 @@ void GetScriptingCommands(cmState* state) state->AddBuiltinCommand("separate_arguments", cmSeparateArgumentsCommand); state->AddBuiltinCommand("set", cmSetCommand); state->AddBuiltinCommand("set_directory_properties", - cm::make_unique<cmSetDirectoryPropertiesCommand>()); + cmSetDirectoryPropertiesCommand); state->AddBuiltinCommand("set_property", cm::make_unique<cmSetPropertyCommand>()); state->AddBuiltinCommand("site_name", cmSiteNameCommand); |