schroot: adapt to boost 1.89 (#508442)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-10 18:57:28 +00:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,7 +59,7 @@
include(FindBoost)
find_package(Boost REQUIRED
- COMPONENTS filesystem system iostreams program_options regex)
+ COMPONENTS filesystem iostreams program_options regex)
# HEADER CHECKS
include(CheckIncludeFileCXX)
+1
View File
@@ -50,6 +50,7 @@ stdenv.mkDerivation {
./fix-absolute-paths.patch
./fix-boost-includes.patch
./bump-cmake-minimum.patch
./boost-1.89.patch
];
nativeBuildInputs = [