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 9ce4c14..ff19062 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -228,7 +228,7 @@ void GetProjectCommands(cmState* state) state->AddBuiltinCommand("enable_language", cmEnableLanguageCommand); state->AddBuiltinCommand("enable_testing", cmEnableTestingCommand); state->AddBuiltinCommand("get_source_file_property", - cm::make_unique<cmGetSourceFilePropertyCommand>()); + cmGetSourceFilePropertyCommand); state->AddBuiltinCommand("get_target_property", cm::make_unique<cmGetTargetPropertyCommand>()); state->AddBuiltinCommand("get_test_property", |