summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGhsMultiGenerator.h
diff options
context:
space:
mode:
authorFred Baksik <frodak17@gmail.com>2019-01-08 17:15:59 (GMT)
committerFred Baksik <frodak17@gmail.com>2019-01-16 15:41:56 (GMT)
commit4a1ec0de3d2102918284eff13763f2aa3d20d119 (patch)
treebb69b0ac56e0f1063325861f344b54c98843ee67 /Source/cmGlobalGhsMultiGenerator.h
parent1a66acdef268865e5816bd56176274034769b1b5 (diff)
downloadCMake-4a1ec0de3d2102918284eff13763f2aa3d20d119.zip
CMake-4a1ec0de3d2102918284eff13763f2aa3d20d119.tar.gz
CMake-4a1ec0de3d2102918284eff13763f2aa3d20d119.tar.bz2
GHS: Fix toolset selection
-- Allow -T to accept full or partial paths -- Use "C:/ghs" if GHS_TOOLSET_ROOT is empty string -- Put more information in error messages
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.h')
-rw-r--r--Source/cmGlobalGhsMultiGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.h b/Source/cmGlobalGhsMultiGenerator.h
index d926575..9332567 100644
--- a/Source/cmGlobalGhsMultiGenerator.h
+++ b/Source/cmGlobalGhsMultiGenerator.h
@@ -99,7 +99,7 @@ protected:
std::vector<std::string>()) override;
private:
- void GetToolset(cmMakefile* mf, std::string& tsd, std::string& ts);
+ void GetToolset(cmMakefile* mf, std::string& tsd, const std::string& ts);
/* top-level project */
void OutputTopLevelProject(cmLocalGenerator* root,