mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
cmake: use the correct command
This commit is contained in:
@@ -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 ()
|
||||
|
Reference in New Issue
Block a user