Actions
Bug #994
closedCMake should support backslash as path separator on Windows systems
Status:
WontFix
Priority:
Normal
Assignee:
-
Category:
Configuration
Target version:
-
Start date:
2021-06-09
Due date:
% Done:
0%
Estimated time:
Module:
Operating System:
Compiler:
Description
The CMake GUI on Windows system does not support a single backslash "\" as a path separator e.g. when specifying the include path of external libraries such as “C:\Source\OpenSSL”. This is because CMake uses the "\" as an escape character. However, this is not what a user would expect, so this "standard behavior" should be changed.
Actions