From c7b28248a018fe86efdb7668eb2f924082f0826d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 22 Apr 2020 09:07:43 -0600 Subject: [PATCH] Fix a typo. --- cmake/configure/configure_1_threads.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/configure/configure_1_threads.cmake b/cmake/configure/configure_1_threads.cmake index dea761738a..b0199db51a 100644 --- a/cmake/configure/configure_1_threads.cmake +++ b/cmake/configure/configure_1_threads.cmake @@ -75,7 +75,7 @@ MACRO(SETUP_THREADING) MARK_AS_ADVANCED(pthread_LIBRARY) # - # Change -lphtread to -pthread for better compatibility on non linux + # Change -lpthread to -pthread for better compatibility on non linux # platforms: # IF("${CMAKE_THREAD_LIBS_INIT}" MATCHES "-lpthread") -- 2.39.5