--- CMakeLists.txt.orig 2025-11-01 10:34:44 UTC +++ CMakeLists.txt @@ -13,12 +13,13 @@ find_package(Boost find_package(Boost CONFIG REQUIRED - system filesystem regex program_options date_time iostreams +OPTIONAL_COMPONENTS + system ) find_package(CURL 7.55.0 REQUIRED) find_package(Jsoncpp REQUIRED)