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.

11 lines
410 B

  1. --- a/fizz/CMakeLists.txt
  2. +++ b/fizz/CMakeLists.txt
  3. @@ -52,7 +52,7 @@ if (NOT folly_FOUND)
  4. find_package(Folly MODULE REQUIRED)
  5. endif()
  6. -find_package(Boost REQUIRED COMPONENTS system thread filesystem regex context
  7. +find_package(Boost REQUIRED COMPONENTS system filesystem regex context
  8. program_options)
  9. find_package(OpenSSL REQUIRED)
  10. find_package(Glog REQUIRED)