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 d170aa0..2cce9b7 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -137,7 +137,7 @@ void GetScriptingCommands(cmState* state) state->AddBuiltinCommand("function", cmFunctionCommand); state->AddBuiltinCommand("get_cmake_property", cmGetCMakePropertyCommand); state->AddBuiltinCommand("get_directory_property", - cm::make_unique<cmGetDirectoryPropertyCommand>()); + cmGetDirectoryPropertyCommand); state->AddBuiltinCommand("get_filename_component", cm::make_unique<cmGetFilenameComponentCommand>()); state->AddBuiltinCommand("get_property", |