mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Explicitly link to pthread for Linux builds
This fixes a GCC 7 linker error, as in #8.
This commit is contained in:
+2
-1
@@ -278,7 +278,8 @@ IF (CMAKE_COMPILER_IS_GNUCXX)
|
||||
curl
|
||||
z
|
||||
crypto
|
||||
rt)
|
||||
rt
|
||||
pthread)
|
||||
ENDIF ()
|
||||
|
||||
IF (MSVC)
|
||||
|
||||
Reference in New Issue
Block a user