diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index c7c44af..c85a4ea 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -96,6 +96,11 @@ public: static std::string Capitalized(const std::string&); /** + * Return a lower case string + */ + static std::string LowerCase(const std::string&); + + /** * Replace Windows file system slashes with Unix-style slashes. */ static const char *ConvertToUnixSlashes(std::string& path); |