Fix missing pthread for clang

This commit is contained in:
Magnus Norddahl 2021-11-13 00:14:07 +01:00
parent cb42f82bfc
commit 60e4077209

View file

@ -401,7 +401,7 @@ endif()
if (WIN32) if (WIN32)
else() else()
set(PLATFORM_LIB "dl") set(PLATFORM_LIB "dl pthread")
endif() endif()
if( CMAKE_COMPILER_IS_GNUCXX ) if( CMAKE_COMPILER_IS_GNUCXX )