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 da266c3..560c4cc 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -159,7 +159,7 @@ void GetScriptingCommands(cmState* state) cm::make_unique<cmSetDirectoryPropertiesCommand>()); state->AddBuiltinCommand("set_property", cm::make_unique<cmSetPropertyCommand>()); - state->AddBuiltinCommand("site_name", cm::make_unique<cmSiteNameCommand>()); + state->AddBuiltinCommand("site_name", cmSiteNameCommand); state->AddBuiltinCommand("string", cm::make_unique<cmStringCommand>()); state->AddBuiltinCommand("unset", cm::make_unique<cmUnsetCommand>()); state->AddBuiltinCommand("while", cmWhileCommand); |