I'm facing the same issue and as a workaround am adding include_directories(${<lib>_INCLUDE_DIRS}) as each target exports this variable . It does the trick but I do not understand the root cause so would be interested to follow this thread
include_directories(${<lib>_INCLUDE_DIRS})