mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
b3efdb58d5
Use "int main(void)" instead of just "int main()" so that compiling with "gcc -Werror=strict-prototypes" works. Test this check using the flags "-Werror -Wstrict-prototypes" to work with old GCC versions.