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 c9a192a..5aff42d 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -150,7 +150,7 @@ void GetScriptingCommands(cmState* state) state->AddBuiltinCommand("mark_as_advanced", cmMarkAsAdvancedCommand); state->AddBuiltinCommand("math", cmMathCommand); state->AddBuiltinCommand("message", cmMessageCommand); - state->AddBuiltinCommand("option", cm::make_unique<cmOptionCommand>()); + state->AddBuiltinCommand("option", cmOptionCommand); state->AddBuiltinCommand("cmake_parse_arguments", cm::make_unique<cmParseArgumentsCommand>()); state->AddBuiltinCommand("return", cmReturnCommand); |