diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2020-07-19 15:43:09 +0000 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-23 22:17:02 +0100 |
commit | 8735c5f51112febe5607a07a33f50a490108d245 (patch) | |
tree | 1b51e9f3382097750f3dfa82fe2a5af23a7c9b6c | |
parent | 509a70f57facf60ea97b64a2e110c8ca52f1ec0d (diff) |
Dep/Boost: Remove unused thread library (#25076)
(cherry picked from commit cf5babc302d43f903b444b97bfdb934545356da2)
-rw-r--r-- | dep/boost/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |