summaryrefslogtreecommitdiff
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2019-02-20 13:50:00 -0500
committerVitaly Stakhovsky <vvs31415@gitlab.org>2019-02-20 14:53:39 -0500
commit4e315e9449735fc0f246c8cc838613693e849296 (patch)
tree73e74046ff415ed019c23a3433b015f229813c6d /Source/cmCTest.h
parentb76b83efd37a439e22d1d92af3b98c30e8f9ba97 (diff)
downloadcmake-4e315e9449735fc0f246c8cc838613693e849296.tar.gz
cmSystemTools: More functions accept `std::string` params
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 7dbf4d536a..a765fedec9 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -280,8 +280,9 @@ public:
* Run command specialized for make and configure. Returns process status
* and retVal is return value or exception.
*/
- int RunMakeCommand(const char* command, std::string& output, int* retVal,
- const char* dir, cmDuration timeout, std::ostream& ofs,
+ int RunMakeCommand(const std::string& command, std::string& output,
+ int* retVal, const char* dir, cmDuration timeout,
+ std::ostream& ofs,
Encoding encoding = cmProcessOutput::Auto);
/** Return the current tag */