--- CMakeLists.txt~ 2026-01-18 15:34:20 +++ CMakeLists.txt 2026-02-04 15:24:54 @@ -61,7 +61,7 @@ # #----------------------------------------------------------------------------- -find_package(Boost CONFIG 1.55.0 REQUIRED COMPONENTS program_options) +find_package(Boost 1.55.0 REQUIRED COMPONENTS program_options) include_directories(SYSTEM ${Boost_INCLUDE_DIRS}) find_package(Osmium 2.20.0 REQUIRED COMPONENTS io)