summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestScriptHandler.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-05-10 21:06:48 +0200
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-05-11 19:49:06 +0200
commitc734c8501b5e8865b8a2e92a8834644becb181e4 (patch)
tree415841b22ec54c9f9e9389a1cffe412f837a2151 /Source/CTest/cmCTestScriptHandler.h
parentbd14e46400aaeb3afc826c6316b376eba6f082b2 (diff)
downloadcmake-c734c8501b5e8865b8a2e92a8834644becb181e4.tar.gz
CTest: use new methods for builtin commands
Diffstat (limited to 'Source/CTest/cmCTestScriptHandler.h')
-rw-r--r--Source/CTest/cmCTestScriptHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestScriptHandler.h b/Source/CTest/cmCTestScriptHandler.h
index 30707962d5..6678702605 100644
--- a/Source/CTest/cmCTestScriptHandler.h
+++ b/Source/CTest/cmCTestScriptHandler.h
@@ -126,7 +126,7 @@ private:
int RunConfigurationDashboard();
// Add ctest command
- void AddCTestCommand(cmCTestCommand* command);
+ void AddCTestCommand(std::string const& name, cmCTestCommand* command);
// Try to remove the binary directory once
static bool TryToRemoveBinaryDirectoryOnce(const std::string& directoryPath);