CMAKE_SYSTEM_INCLUDE_PATH - has just one path, for X11?

It’s historical. Most of the paths that were once in CMAKE_SYSTEM_INCLUDE_PATH are now handled by CMAKE_SYSTEM_PREFIX_PATH. Note that these values are meant for the find_* commands and are not supposed to represent the compiler’s implicit include directories or anything like that.

1 Like