diff options
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.h')
-rw-r--r-- | Source/cmGlobalGhsMultiGenerator.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.h b/Source/cmGlobalGhsMultiGenerator.h index c5388ad..30d4d3b 100644 --- a/Source/cmGlobalGhsMultiGenerator.h +++ b/Source/cmGlobalGhsMultiGenerator.h @@ -49,14 +49,14 @@ public: static bool SupportsPlatform() { return false; } /** - * Try to determine system information such as shared library - * extension, pthreads, byte order etc. - */ + * Try to determine system information such as shared library + * extension, pthreads, byte order etc. + */ virtual void EnableLanguage(std::vector<std::string> const& languages, cmMakefile*, bool optional); /* - * Determine what program to use for building the project. - */ + * Determine what program to use for building the project. + */ bool FindMakeProgram(cmMakefile* mf) override; cmGeneratedFileStream* GetBuildFileStream() |