Commit fdc9cfaa148840c0c76d3837e359eeca5b33e3ad

Luca Niccoli 2023-04-30T13:02:31

cmake: Fix va_copy detection va_copy is defined by the standard as a macro, so check_function_exists will not detect it; check_symbol_exists will. Fixes #528.