mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-21 07:18:33 -05:00
e7230c71fd
Content which is incomplete as a generator expression could cause segfaults by advancing an iterator beyond end() and dereferencing it. Such incomplete generator expressions should be treated as plain text instead.