summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-10-30 00:49:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-10-30 00:49:50 (GMT)
commitd21532cd02e18b1677983849a9f5d7454e24bb74 (patch)
treed0b5b80e42b4c0915787bbbcd9ae6f6065f82353 /Source/cmSystemTools.h
parent3b7c4b2a7b784a767bcf31774014d06b97c98d4f (diff)
downloadCMake-d21532cd02e18b1677983849a9f5d7454e24bb74.zip
CMake-d21532cd02e18b1677983849a9f5d7454e24bb74.tar.gz
CMake-d21532cd02e18b1677983849a9f5d7454e24bb74.tar.bz2
ENH: Ok, no more argument needed for script mode
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 724c5ec..2ba1906 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -240,6 +240,9 @@ public:
s_ForceUnixPaths = v;
}
static std::string ConvertToOutputPath(const char* path);
+
+ //! Check if the first string ends with the second one.
+ static bool StringEndsWith(const char* str1, const char* str2);
private:
static bool s_ForceUnixPaths;