mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
cmake: use the correct command
This commit is contained in:
parent
b0a5bd8940
commit
60e3769664
@ -12,7 +12,7 @@ else()
|
||||
endif()
|
||||
|
||||
# BSD has the _np funcs in a _np header
|
||||
CHECK_INCLUDE_FILE(pthread_np.h HAVE_PTHREAD_NP_H)
|
||||
CHECK_INCLUDE_FILE_CXX(pthread_np.h HAVE_PTHREAD_NP_H)
|
||||
if (HAVE_PTHREAD_NP_H)
|
||||
set (PTHREAD_NP_INC pthread_np.h)
|
||||
else ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user