From 8735c5f51112febe5607a07a33f50a490108d245 Mon Sep 17 00:00:00 2001 From: Giacomo Pozzoni Date: Sun, 19 Jul 2020 15:43:09 +0000 Subject: [PATCH] Dep/Boost: Remove unused thread library (#25076) (cherry picked from commit cf5babc302d43f903b444b97bfdb934545356da2) --- 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 8020908bed7..751fee74e64 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