You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it may be a cmake problem rather than glog.
cmake
It works fine with fancy things like dots, eszett (ß), etc. But there are other characters that lead to fail, namely tabulation, newline and any of "#$:;\| (ASCII 9, 10, 34, 35, 36, 58, 59 ,92, 124). Noticeable it works fine with other non-printable characters, single quotes, etc. in directory name.
When I clone glog into a folder which has an ampersand in its absolute path, the compilation fails:
How to reproduce
before&after_ampersand
and change the directory to itThe text was updated successfully, but these errors were encountered: