From cf5babc302d43f903b444b97bfdb934545356da2 Mon Sep 17 00:00:00 2001 From: Giacomo Pozzoni Date: Sun, 19 Jul 2020 15:43:09 +0000 Subject: Dep/Boost: Remove unused thread library (#25076) --- dep/boost/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt index 52f9aebf285..ed56a1b15f9 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -38,7 +38,7 @@ else() set(BOOST_REQUIRED_VERSION 1.67) endif() -find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED system filesystem thread program_options iostreams regex) +find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED system filesystem program_options iostreams regex) # Find if Boost was compiled in C++03 mode because it requires -DBOOST_NO_CXX11_SCOPED_ENUMS -- cgit v1.2.3