mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
4be7f38d57
Passing an incomplete list of compiler include directories causes a regression in the KIO project (and probably others). We need to disable it until the complete list is available (see #16291). Fixes: #18669 Issue: #18041