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, 1 insertions, 2 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 298f5a0..99ccf0a 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -301,8 +301,7 @@ public:
SetOfStrings* GetSubmitFiles() { return &this->SubmitFiles; }
//! Read the custom configuration files and apply them to the current ctest
- int ReadCustomConfigurationFileTree(const char* dir, cmMakefile* mf,
- bool fast = false);
+ int ReadCustomConfigurationFileTree(const char* dir, cmMakefile* mf);
std::vector<cmStdString> &GetInitialCommandLineArguments()
{ return this->InitialCommandLineArguments; };