The current logic of finding a suitable include path relies on CMake to always return a meaningful relative path. On Windows, however, if the two paths reside on different drives (e.g. `c:/Users/Me` and `d:/project/`) the absolute path gets returned unaltered. This yields the invalid final path `c:/Users/Me/d:/project/`. This case is now detected and the corresponding include path is deemed unsuitable. (fixes #9290)pull/14025/head
parent
b106bb2abc
commit
3c0fd37324
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue