summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorGabor Bencze <b.gabor98@gmail.com>2019-07-25 17:19:50 (GMT)
committerBrad King <brad.king@kitware.com>2019-08-20 18:42:19 (GMT)
commit067d1fa9c0d887efb35b859230d743307f04fecd (patch)
tree642de418830f290fbba647cd5ef10afb68c2c5e7 /Source/cmCommands.cxx
parent40ba0addac09b7389d7c554d5c6e9eed74f377e3 (diff)
downloadCMake-067d1fa9c0d887efb35b859230d743307f04fecd.zip
CMake-067d1fa9c0d887efb35b859230d743307f04fecd.tar.gz
CMake-067d1fa9c0d887efb35b859230d743307f04fecd.tar.bz2
cmCommand refactor: cmGetDirectoryPropertyCommand
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx2
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",