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.

13 lines
230 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -34,6 +34,10 @@ find_package(Threads REQUIRED)
  4. find_package(Boost 1.67.0 MODULE
  5. COMPONENTS
  6. context
  7. + filesystem
  8. + program_options
  9. + regex
  10. + system
  11. REQUIRED
  12. )