mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
Merge topic 'thread-typos'
d897391782 Fix typo in comment
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Arcturus <arcturus102@outlook.com>
Merge-request: !6504
This commit is contained in:
@@ -106,7 +106,7 @@ endmacro()
|
||||
# Do NOT even think about using it outside of this file!
|
||||
macro(_check_pthreads_flag)
|
||||
if(NOT Threads_FOUND)
|
||||
# If we did not found -lpthread, -lpthread, or -lthread, look for -pthread
|
||||
# If we did not find -lpthreads, -lpthread, or -lthread, look for -pthread
|
||||
if(NOT DEFINED THREADS_HAVE_PTHREAD_ARG)
|
||||
message(CHECK_START "Check if compiler accepts -pthread")
|
||||
if(CMAKE_C_COMPILER_LOADED)
|
||||
|
||||
Reference in New Issue
Block a user