diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-05-10 19:06:48 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-05-11 17:49:06 (GMT) |
commit | c734c8501b5e8865b8a2e92a8834644becb181e4 (patch) | |
tree | 415841b22ec54c9f9e9389a1cffe412f837a2151 /Source/CTest/cmCTestScriptHandler.h | |
parent | bd14e46400aaeb3afc826c6316b376eba6f082b2 (diff) | |
download | CMake-c734c8501b5e8865b8a2e92a8834644becb181e4.zip CMake-c734c8501b5e8865b8a2e92a8834644becb181e4.tar.gz CMake-c734c8501b5e8865b8a2e92a8834644becb181e4.tar.bz2 |
CTest: use new methods for builtin commands
Diffstat (limited to 'Source/CTest/cmCTestScriptHandler.h')
-rw-r--r-- | Source/CTest/cmCTestScriptHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestScriptHandler.h b/Source/CTest/cmCTestScriptHandler.h index 3070796..6678702 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); |