$NetBSD: patch-cli_CMakeLists.txt,v 1.1 2025/10/17 08:08:32 wiz Exp $ boost 1.89 made system header-only. --- cli/CMakeLists.txt.orig 2025-10-17 08:06:16.222044715 +0000 +++ cli/CMakeLists.txt @@ -34,7 +34,7 @@ endif () if (APPLE OR WIN32) set(Boost_USE_STATIC_LIBS ON) endif () -find_package(Boost REQUIRED COMPONENTS program_options regex system) +find_package(Boost REQUIRED COMPONENTS program_options regex) include_directories(${Boost_INCLUDE_DIRS}) # Generate executable