head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.10.17.08.52.36; author wiz; state Exp; branches; next ; commitid GHVeamly0rQnVTeG; desc @@ 1.1 log @ledger32: fix build with boost 1.89 @ text @$NetBSD$ boost 1.89 made system header-only. --- CMakeLists.txt.orig 2025-10-17 08:50:58.142456575 +0000 +++ CMakeLists.txt @@@@ -80,7 +80,7 @@@@ endif() # Set BOOST_ROOT to help CMake to find the right Boost version find_package(Boost 1.49.0 - REQUIRED date_time filesystem system iostreams regex unit_test_framework + REQUIRED date_time filesystem iostreams regex unit_test_framework ${BOOST_PYTHON}) include_directories(SYSTEM ${Boost_INCLUDE_DIRS}) @