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
421 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -194,6 +194,9 @@ find_package(Gflags REQUIRED)
  4. # find glog::glog to satisfy the folly dep.
  5. find_package(Glog REQUIRED)
  6. +find_package(Boost REQUIRED COMPONENTS system thread filesystem regex context
  7. + date_time program_options)
  8. +
  9. include_directories(SYSTEM ${OPENSSL_INCLUDE_DIR})
  10. include_directories(SYSTEM ${GFLAGS_INCLUDE_DIR})