Dep/Boost: Remove unused thread library (#25076)

This commit is contained in:
Giacomo Pozzoni
2020-07-19 15:43:09 +00:00
committed by GitHub
parent 00b16992f1
commit cf5babc302

View File

@@ -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