mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
e8dbe4bba1
Some compilers do not like the nested `{{{}}}` member initialization
syntax, so use just `{}`. GCC 4.8 warns about the latter, so add a
suppression.
Fixes: #20097