From a81e9a0ced25490d1384316834dff36a55d4e864 Mon Sep 17 00:00:00 2001 From: Regina Pfeifer Date: Thu, 12 Sep 2019 16:29:52 +0200 Subject: cmSubdirCommand: Port away from cmCommand Ref: #19499 --- Source/cmCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmCommands.cxx') diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 9fb07f2647..38fcf5ba8a 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -247,7 +247,7 @@ void GetProjectCommands(cmState* state) cm::make_unique()); state->AddBuiltinCommand("set_tests_properties", cmSetTestsPropertiesCommand); - state->AddBuiltinCommand("subdirs", cm::make_unique()); + state->AddBuiltinCommand("subdirs", cmSubdirCommand); state->AddBuiltinCommand( "target_compile_definitions", cm::make_unique()); -- cgit v1.2.1