mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
fb6142ab2f
The checks fail even on compilers that support the keywords because
the linkage is broken:
src.c:...: undefined reference to 'test'
At the actual use sites we use `static inline` instead of just `inline`,
so perform the check this way too to fix the linkage.