From: Wolfgang Bangerth Date: Wed, 22 Apr 2020 15:07:43 +0000 (-0600) Subject: Fix a typo. X-Git-Tag: v9.2.0-rc1~200^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b28248a018fe86efdb7668eb2f924082f0826d;p=dealii.git Fix a typo. --- 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")