summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorGabor Bencze <b.gabor98@gmail.com>2019-08-09 13:07:45 (GMT)
committerBrad King <brad.king@kitware.com>2019-08-20 18:42:20 (GMT)
commit36f32d360410562efe5a986d1966c7fc80c596f8 (patch)
treec57c4d2bb1318bacc6de4cb7908aceabe0bb4936 /Source/cmCommands.cxx
parent7c83c192056536defb35df36acf753701a2e78a2 (diff)
downloadCMake-36f32d360410562efe5a986d1966c7fc80c596f8.zip
CMake-36f32d360410562efe5a986d1966c7fc80c596f8.tar.gz
CMake-36f32d360410562efe5a986d1966c7fc80c596f8.tar.bz2
cmCommand refactor: cmSetPropertyCommand
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index 6a66c7b..c0263d6 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -156,8 +156,7 @@ void GetScriptingCommands(cmState* state)
state->AddBuiltinCommand("set", cmSetCommand);
state->AddBuiltinCommand("set_directory_properties",
cmSetDirectoryPropertiesCommand);
- state->AddBuiltinCommand("set_property",
- cm::make_unique<cmSetPropertyCommand>());
+ state->AddBuiltinCommand("set_property", cmSetPropertyCommand);
state->AddBuiltinCommand("site_name", cmSiteNameCommand);
state->AddBuiltinCommand("string", cm::make_unique<cmStringCommand>());
state->AddBuiltinCommand("unset", cmUnsetCommand);