https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
fiesh at zefix dot tv changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fiesh at zefix dot tv
--- Comment #6 from fiesh at zefix dot tv ---
For what it's worth, I'd like to mention that what chuck mentions in the
previous post can be used to circumvent the issue:
Setting
CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
and
CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES
manually serves as a workaround until the CMake ticket is closed.
This took me quite a while to understand, so hopefully it helps someone else.