summaryrefslogtreecommitdiff
path: root/Source/cmProjectCommand.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-10-19 22:30:58 +0200
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-10-21 18:14:51 +0200
commit608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6 (patch)
treeed2fa760868c0a978e15364405fd8b9a220b52cc /Source/cmProjectCommand.cxx
parent64f9c282f3337335c05a062f341fd5155cade51c (diff)
downloadcmake-608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6.tar.gz
Separate compilation for commands included in cmBootstrapCommands2
Diffstat (limited to 'Source/cmProjectCommand.cxx')
-rw-r--r--Source/cmProjectCommand.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmProjectCommand.cxx b/Source/cmProjectCommand.cxx
index c27da8e6d9..4188661d59 100644
--- a/Source/cmProjectCommand.cxx
+++ b/Source/cmProjectCommand.cxx
@@ -2,6 +2,8 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmProjectCommand.h"
+#include "cmSystemTools.h"
+
// cmProjectCommand
bool cmProjectCommand::InitialPass(std::vector<std::string> const& args,
cmExecutionStatus&)