Remove unnecessary Boost.Thread dependency

This commit is contained in:
Oliver Hamlet
2018-02-18 10:10:14 +00:00
parent 4bc2a4bf63
commit f57b2abe53
+1 -1
View File
@@ -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"