You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
327 B

  1. diff --git a/CMake/folly-deps.cmake b/CMake/folly-deps.cmake
  2. index 0c212057..a4c06695 100644
  3. --- a/CMake/folly-deps.cmake
  4. +++ b/CMake/folly-deps.cmake
  5. @@ -12,7 +12,6 @@ find_package(Boost 1.51.0 MODULE
  6. program_options
  7. regex
  8. system
  9. - thread
  10. REQUIRED
  11. )
  12. list(APPEND FOLLY_LINK_LIBRARIES ${Boost_LIBRARIES})