mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove unnecessary Boost.Thread dependency
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ ELSE ()
|
||||
set(RUST_TARGET x86_64-unknown-linux-gnu)
|
||||
ENDIF ()
|
||||
|
||||
find_package(Boost REQUIRED COMPONENTS locale filesystem system thread)
|
||||
find_package(Boost REQUIRED COMPONENTS locale filesystem system)
|
||||
|
||||
ExternalProject_Add(GTest
|
||||
PREFIX "external"
|
||||
|
||||
Reference in New Issue
Block a user