Path: blob/main/finance/gnucash/files/patch-CMakeLists.txt
46590 views
From 14bc748671879d2269fde3edb693b2f02122866c Mon Sep 17 00:00:00 20011From: John Ralls <[email protected]>2Date: Sun, 29 Mar 2026 10:39:20 -07003Subject: [PATCH] Remove inadvertently committed boost-1.90 library list4change.56---7CMakeLists.txt | 6 +-----81 file changed, 1 insertion(+), 5 deletions(-)910diff --git a/CMakeLists.txt b/CMakeLists.txt11index b26fa3ddb10..981e6c06c66 10064412--- CMakeLists.txt13+++ CMakeLists.txt14@@ -605,11 +605,7 @@ if (Boost_FOUND)15if (Boost_VERSION VERSION_LESS "1.89.0")16find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system)17else()18- if (Boost_VERSION VERSION_LESS "1.90.0")19- find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex)20- else()21- find_package(Boost 1.67.0 COMPONENTS date_time locale program_options regex)22- endif()23+ find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex)24endif()25endif()26272829