summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-11-03 14:06:48 (GMT)
committerBrad King <brad.king@kitware.com>2020-11-03 14:55:35 (GMT)
commit1c912056a1ae393183b06c4f9fdfc896d5bb469d (patch)
treebce6d94f91faf339d725957eb5ed17b3a18418df /Source/cmCommands.cxx
parent855bdc586c2c8c6ed029c6d0e370e19e0b2e6193 (diff)
downloadCMake-1c912056a1ae393183b06c4f9fdfc896d5bb469d.zip
CMake-1c912056a1ae393183b06c4f9fdfc896d5bb469d.tar.gz
CMake-1c912056a1ae393183b06c4f9fdfc896d5bb469d.tar.bz2
cmake_path: remove new command from 3.19
Defer adding this command until post-3.19 development so that it has more time to mature before being included in a release. Issue: #21385
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index 37be542..c94f128 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -17,7 +17,6 @@
#include "cmBreakCommand.h"
#include "cmBuildCommand.h"
#include "cmCMakeMinimumRequired.h"
-#include "cmCMakePathCommand.h"
#include "cmCMakePolicyCommand.h"
#include "cmCommand.h"
#include "cmConfigureFileCommand.h"
@@ -121,7 +120,6 @@ void GetScriptingCommands(cmState* state)
{
state->AddBuiltinCommand("break", cmBreakCommand);
state->AddBuiltinCommand("cmake_minimum_required", cmCMakeMinimumRequired);
- state->AddBuiltinCommand("cmake_path", cmCMakePathCommand);
state->AddBuiltinCommand("cmake_policy", cmCMakePolicyCommand);
state->AddBuiltinCommand("configure_file", cmConfigureFileCommand);
state->AddBuiltinCommand("continue", cmContinueCommand);