summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r--Source/cmIfCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h
index b9a4fbb..b5647c8 100644
--- a/Source/cmIfCommand.h
+++ b/Source/cmIfCommand.h
@@ -40,6 +40,7 @@ public:
virtual void ScopeEnded(cmMakefile &mf);
std::vector<std::string> m_Args;
+ bool m_IsBlocking;
};
/** \class cmIfCommand