mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
pass CMAKE_THREAD_LIBS_INIT to pthread_attr_get_np() test
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
bbcffe0842
commit
3a725cffb0
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ katie_check_function(ecvt "stdlib.h")
|
|||
# NetBSD 1.6 and FreeBSD 4.4
|
||||
katie_check_function(getprogname "stdlib.h")
|
||||
# FreeBSD 5.4
|
||||
katie_check_function(pthread_attr_get_np "pthread_np.h")
|
||||
katie_check_function(pthread_attr_get_np "pthread_np.h" "${CMAKE_THREAD_LIBS_INIT}")
|
||||
# GNU
|
||||
katie_check_function(get_current_dir_name "unistd.h")
|
||||
katie_check_function(prctl "sys/prctl.h")
|
||||
|
|
Loading…
Add table
Reference in a new issue