diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-01-13 16:22:47 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-01-13 16:22:47 (GMT) |
commit | 8907dad99e1ab930884c5f8f71a183b83b644d6d (patch) | |
tree | 6fe73aab73a9da574be5171de6113f4324c8a27f /Source/cmCTest.h | |
parent | f0f9b5077022ecfb855eadaeab219b0e6d1c97be (diff) | |
download | CMake-8907dad99e1ab930884c5f8f71a183b83b644d6d.zip CMake-8907dad99e1ab930884c5f8f71a183b83b644d6d.tar.gz CMake-8907dad99e1ab930884c5f8f71a183b83b644d6d.tar.bz2 |
ENH: add no cmake option
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 8936138..cd619b3 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -308,7 +308,8 @@ private: std::vector<std::string> m_TestCommandArgs; bool m_BuildTwoConfig; bool m_BuildNoClean; - std::string m_NotesFiles; + bool m_BuildNoCMake; + std::string m_NotesFiles; //! Reread the configuration file void UpdateCTestConfiguration(); |