NO_SYSTEM_FROM_IMPORTED tells us that IMPORTED targets automagically get -isystem. Does that also hold for targets introduced to the project with FetchContent?
If not (I assume so due to having problems with clang-tidy warnings on fetched targets), what is the best way to get -isystem for such targets?