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
The CMake `SYSTEM` modifier of `target_include_directories()` must come
before the visibility specification. However, it was accidentally in the
wrong order, so it was simply adding a directory named `SYSTEM` to the
target's include paths.
Fix it to correctly request the include paths to be treated as system
include paths.
0 commit comments