summaryrefslogtreecommitdiffstats
path: root/Source/cmBootstrapCommands1.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-12-18 15:12:35 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-12-18 15:12:35 (GMT)
commit4395190cd474f3e83139961d1271c766604e4a1c (patch)
treec93532b66be27e32724705df3a57fb0101ac4e17 /Source/cmBootstrapCommands1.cxx
parent614c8a1c920083c3ae76ff035168f7096db6c510 (diff)
parentab8a280857da5cf8545bd2a6f69b7378f53449a5 (diff)
downloadCMake-4395190cd474f3e83139961d1271c766604e4a1c.zip
CMake-4395190cd474f3e83139961d1271c766604e4a1c.tar.gz
CMake-4395190cd474f3e83139961d1271c766604e4a1c.tar.bz2
Merge topic 'CMakeParseArguments-native-impl'
ab8a2808 cmake_parse_arguments: consider duplicate keyword as warning e8b14831 CMakeParseArguments: replace by native cmake_parse_arguments command cbbdfc2b CMakeParseArguments: add a RunCMake test suite
Diffstat (limited to 'Source/cmBootstrapCommands1.cxx')
-rw-r--r--Source/cmBootstrapCommands1.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmBootstrapCommands1.cxx b/Source/cmBootstrapCommands1.cxx
index 1184514..0782b3b 100644
--- a/Source/cmBootstrapCommands1.cxx
+++ b/Source/cmBootstrapCommands1.cxx
@@ -54,6 +54,7 @@
#include "cmFunctionCommand.cxx"
#include "cmPathLabel.cxx"
#include "cmSearchPath.cxx"
+#include "cmParseArgumentsCommand.cxx"
void GetBootstrapCommands1(std::vector<cmCommand*>& commands)
{
@@ -91,4 +92,5 @@ void GetBootstrapCommands1(std::vector<cmCommand*>& commands)
commands.push_back(new cmFindProgramCommand);
commands.push_back(new cmForEachCommand);
commands.push_back(new cmFunctionCommand);
+ commands.push_back(new cmParseArgumentsCommand);
}