diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2020-07-19 15:43:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-19 17:43:09 +0200 |
commit | cf5babc302d43f903b444b97bfdb934545356da2 (patch) | |
tree | a9b7e7bd5e5e35f2b06c54bf27b04a497a5f4d8a | |
parent | 00b16992f1ae3bf14ab5fe6366028a2b8648bfa0 (diff) |
Dep/Boost: Remove unused thread library (#25076)
-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 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 |