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.

14 lines
249 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -44,7 +44,11 @@ endif(MSVC)
  4. find_package(
  5. Boost 1.54.0 REQUIRED #1.54.0 or greater
  6. COMPONENTS
  7. + context
  8. + date_time
  9. filesystem
  10. + program_options
  11. + regex
  12. system
  13. thread
  14. )