diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2021-09-10 08:33:41 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-09-10 08:34:09 (GMT) |
commit | dc971e7da4c2240d9786125735a5d04ff226eee3 (patch) | |
tree | 4cd7468820885d70e9354e69b5df6a0ccf303763 | |
parent | 0627020baed909c610ffcd663ebd0083006fe421 (diff) | |
parent | d897391782f0452984add2e4ea10abdf14107c5d (diff) | |
download | CMake-dc971e7da4c2240d9786125735a5d04ff226eee3.zip CMake-dc971e7da4c2240d9786125735a5d04ff226eee3.tar.gz CMake-dc971e7da4c2240d9786125735a5d04ff226eee3.tar.bz2 |
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
-rw-r--r-- | Modules/FindThreads.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindThreads.cmake b/Modules/FindThreads.cmake index c6a3451..e4d6cf3 100644 --- a/Modules/FindThreads.cmake +++ b/Modules/FindThreads.cmake @@ -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) |