summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-01-13 16:22:47 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-01-13 16:22:47 (GMT)
commit8907dad99e1ab930884c5f8f71a183b83b644d6d (patch)
tree6fe73aab73a9da574be5171de6113f4324c8a27f /Source/cmCTest.h
parentf0f9b5077022ecfb855eadaeab219b0e6d1c97be (diff)
downloadCMake-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.h3
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();