Files
CMake/Help/release
Brad King e34d64c04d FindIntl: Fix detection of intl built in to C library
Since commit c30d06b7e6 (FindIntl: Add imported target, 2020-10-06,
v3.20.0-rc1~687^2) we use `check_symbol_exists` to check whether the
`intl` library is built in to the C library.  On some platforms the
tested symbols are provided as macros so the check passes without
linking any symbol.  Instead, check whether a sample source file both
compiles and links.

Fixes: #21979
2021-03-26 11:01:34 -04:00
..
2020-07-22 12:44:47 -04:00
2020-07-22 12:44:47 -04:00
2018-11-06 13:33:21 -05:00
2019-05-14 11:18:42 -04:00