diff options
author | Brad King <brad.king@kitware.com> | 2014-08-04 14:02:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-08-04 14:02:28 (GMT) |
commit | ba60ff99ed2ea35f8b8c24bc566b6f60d51fce53 (patch) | |
tree | d72575002ed00b6cb4450b40db14e37d4adc598a /Source/cmMakefile.cxx | |
parent | ba62b3495bc35898f3e43324688bcf847c9fd343 (diff) | |
parent | 30983ebec1f242888560cff86e8789b3f02be056 (diff) | |
download | CMake-ba60ff99ed2ea35f8b8c24bc566b6f60d51fce53.zip CMake-ba60ff99ed2ea35f8b8c24bc566b6f60d51fce53.tar.gz CMake-ba60ff99ed2ea35f8b8c24bc566b6f60d51fce53.tar.bz2 |
Merge topic 'cmGlobalGenerator-Build-output-ref'
30983ebe cmGlobalGenerator: Take Build output argument by reference
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index d3ca34a..04b2d27 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -3510,7 +3510,7 @@ int cmMakefile::TryCompile(const std::string& srcdir, const std::string& targetName, bool fast, const std::vector<std::string> *cmakeArgs, - std::string *output) + std::string& output) { this->Internal->IsSourceFileTryCompile = fast; // does the binary directory exist ? If not create it... |