$NetBSD: patch-CMakeLists.txt,v 1.3 2025/09/27 07:12:20 adam Exp $ Do not look for boost_system library. --- CMakeLists.txt.orig 2025-09-25 17:10:55.768710276 +0000 +++ CMakeLists.txt @@ -202,7 +202,7 @@ else() message(STATUS "Building without Lua support") endif() -find_package(Boost 1.50 REQUIRED COMPONENTS system filesystem) +find_package(Boost 1.50 REQUIRED COMPONENTS filesystem) include_directories(SYSTEM ${Boost_INCLUDE_DIR}) find_package(PostgreSQL REQUIRED)