summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
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();