summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorErin Melucci <emelucci@opera.com>2022-05-09 17:18:53 (GMT)
committerBrad King <brad.king@kitware.com>2022-05-12 14:37:49 (GMT)
commitba969ce5fe3a363b52dd4f0290e4b827272101fb (patch)
treeb3a8747cdf46785bd05851fccb2f35e7778723bd /Source/cmSystemTools.h
parentef10e61b6b7d3bb264cdbf72e143dbef7be8c736 (diff)
downloadCMake-ba969ce5fe3a363b52dd4f0290e4b827272101fb.zip
CMake-ba969ce5fe3a363b52dd4f0290e4b827272101fb.tar.gz
CMake-ba969ce5fe3a363b52dd4f0290e4b827272101fb.tar.bz2
cmake-presets: add ${pathListSep} macro
Fixes: #23282
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 c17ecbd..4865a4b 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -535,6 +535,9 @@ public:
/** Get the system name. */
static cm::string_view GetSystemName();
+ /** Get the system path separator character */
+ static char GetSystemPathlistSeparator();
+
private:
static bool s_ForceUnixPaths;
static bool s_RunCommandHideConsole;