summaryrefslogtreecommitdiffstats
path: root/Source/cmBootstrapCommands2.cxx
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2014-09-11 17:50:51 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2014-09-11 19:17:09 (GMT)
commitb900c1ccaae7a500dda88240873122d0d899bf93 (patch)
tree524168715d82090de6c13a0c887ebbab2ad0322d /Source/cmBootstrapCommands2.cxx
parent103ddca336c6ccf2fca3c2b8897c8f9319f836d5 (diff)
downloadCMake-b900c1ccaae7a500dda88240873122d0d899bf93.zip
CMake-b900c1ccaae7a500dda88240873122d0d899bf93.tar.gz
CMake-b900c1ccaae7a500dda88240873122d0d899bf93.tar.bz2
If: Extract cmConditionEvaluator from if() implementation
Diffstat (limited to 'Source/cmBootstrapCommands2.cxx')
-rw-r--r--Source/cmBootstrapCommands2.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmBootstrapCommands2.cxx b/Source/cmBootstrapCommands2.cxx
index be72526..91c189f 100644
--- a/Source/cmBootstrapCommands2.cxx
+++ b/Source/cmBootstrapCommands2.cxx
@@ -14,6 +14,7 @@
// This is sort of a boot strapping approach since you would
// like to have CMake to build CMake.
#include "cmCommands.h"
+#include "cmConditionEvaluator.cxx"
#include "cmGeneratorExpressionEvaluationFile.cxx"
#include "cmGetCMakePropertyCommand.cxx"
#include "cmGetDirectoryPropertyCommand.cxx"