mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-10 11:29:09 -05:00
When evaluating include directories during export to a `try_compile` test project, thread the compile language through to the generator expression evaluator so it can support `$<COMPILE_LANGUAGE:...>`. Issue: #17811