diff options
author | Fred Baksik <frodak17@gmail.com> | 2019-01-08 17:15:59 (GMT) |
---|---|---|
committer | Fred Baksik <frodak17@gmail.com> | 2019-01-16 15:41:56 (GMT) |
commit | 4a1ec0de3d2102918284eff13763f2aa3d20d119 (patch) | |
tree | bb69b0ac56e0f1063325861f344b54c98843ee67 /Source/cmGlobalGhsMultiGenerator.h | |
parent | 1a66acdef268865e5816bd56176274034769b1b5 (diff) | |
download | CMake-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.h | 2 |
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, |