mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
Merge topic 'consume_separator'
bfed613132 STL Support: Fix cm::filesystem warnings; check for '\' not multichar ' \'.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5062
This commit is contained in:
@@ -331,7 +331,7 @@ private:
|
||||
while (ptr != end &&
|
||||
(*ptr == '/'
|
||||
# if defined(_WIN32)
|
||||
|| *ptr == ' \\'
|
||||
|| *ptr == '\\'
|
||||
# endif
|
||||
)) {
|
||||
ptr += step;
|
||||
|
||||
Reference in New Issue
Block a user