Files
CMake/Modules
Pavel Otchertsov 6ef64013ba FindThreads: Add missing static keyword in pthread test code
When CMAKE_C_FLAGS contains '-Werror -Wmissing-prototypes'
the pthread test code check fails with error:
"src.c:3:7: error: no previous prototype for 'test_func' [-Werror=missing-prototypes]".
Adding 'static' keyword to 'test_func' fixes it.
2020-09-18 23:24:56 +03:00
..
2020-07-02 00:37:34 +05:30
2020-07-02 00:38:40 +05:30
2020-07-02 00:43:40 +05:30
2020-07-02 00:43:04 +05:30
2020-07-07 09:22:28 -04:00
2020-07-07 09:22:28 -04:00
2020-08-25 14:34:02 -04:00
2020-07-02 00:40:09 +05:30
2020-07-01 10:55:32 -04:00
2020-07-02 00:44:08 +05:30
2020-07-27 10:43:55 -04:00

See the "Find Modules" section of the cmake-developer(7) manual page.

For more information about how to contribute modules to CMake, see this page:
https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/dev/Module-Maintainers