mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -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