We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f735a36 commit a3eb8c3Copy full SHA for a3eb8c3
1 file changed
CMakeLists.txt
@@ -187,6 +187,7 @@ check_function_exists(strsignal HAVE_DECL_STRSIGNAL)
187
check_function_exists(_getpid HAVE__GETPID)
188
check_function_exists(_strdup HAVE__STRDUP)
189
check_function_exists(alarm HAVE_DECL_ALARM)
190
+check_symbol_exists(alarm unistd.h HAVE_ALARM_SYMBOL)
191
if (HAVE_WINDOWS_H)
192
check_function_exists(InitOnceBeginInitialize HAVE_INIT_ONCE_BEGIN_INITIALIZE)
193
check_function_exists(InitOnceComplete HAVE_INIT_ONCE_COMPLETE)
0 commit comments