summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBill Lorensen <lorensen@crd.ge.com>2001-09-12 21:09:02 (GMT)
committerBill Lorensen <lorensen@crd.ge.com>2001-09-12 21:09:02 (GMT)
commit1e9fbdc38cad9519024a7302fabefd0d792aa039 (patch)
tree8c6c22f1a77bdca088da7d433ec105e4c9f8e22b /Source/cmSystemTools.h
parentaac4e8eb3cdd05b865aadeddfcca332967affc1a (diff)
downloadCMake-1e9fbdc38cad9519024a7302fabefd0d792aa039.zip
CMake-1e9fbdc38cad9519024a7302fabefd0d792aa039.tar.gz
CMake-1e9fbdc38cad9519024a7302fabefd0d792aa039.tar.bz2
ENH: Added LowerCase method.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h5
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);