diff options
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r-- | Source/cmIfCommand.h | 1 |
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 |