diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-14 23:12:22 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-14 23:12:22 (GMT) |
commit | 94f82edd07693f2a47f473ebc4cad7293559a600 (patch) | |
tree | 32e3394d71781c747cac25b0e7bd00327904c7c3 /Source/cmSystemTools.h | |
parent | a8d47b722185c97c262f12a3eea29510a7c450aa (diff) | |
download | CMake-94f82edd07693f2a47f473ebc4cad7293559a600.zip CMake-94f82edd07693f2a47f473ebc4cad7293559a600.tar.gz CMake-94f82edd07693f2a47f473ebc4cad7293559a600.tar.bz2 |
Closer to nmake build
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 fa6782c..f382493 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -101,6 +101,11 @@ public: static std::string LowerCase(const std::string&); /** + * Return a lower case string + */ + static std::string UpperCase(const std::string&); + + /** * Replace Windows file system slashes with Unix-style slashes. */ static const char *ConvertToUnixSlashes(std::string& path); |