diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-07-10 15:38:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-07-10 15:38:38 (GMT) |
commit | 32ad30e883bb8661d3fe5e6f0d969fc821c5f512 (patch) | |
tree | 0cad40c56a508980a6976390e984046b68d8298c /Source/cmIfCommand.h | |
parent | 9f6ebe4eb7d1294569cda4eb88f01ca7ae0e6815 (diff) | |
download | CMake-32ad30e883bb8661d3fe5e6f0d969fc821c5f512.zip CMake-32ad30e883bb8661d3fe5e6f0d969fc821c5f512.tar.gz CMake-32ad30e883bb8661d3fe5e6f0d969fc821c5f512.tar.bz2 |
better error handling with if statements
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 |