mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
187481d4d9
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