# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/prjtrellis/hotfix-boost-system.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- Could NOT find Boost (missing: system) (found version "1.90.0") Header only now. --- prjtrellis-1.4/libtrellis/CMakeLists.txt.vanilla 2026-03-13 19:54:52.036949013 +0100 +++ prjtrellis-1.4/libtrellis/CMakeLists.txt 2026-03-13 19:55:02.968059705 +0100 @@ -46,7 +46,7 @@ endif() endif() -set(boost_libs filesystem program_options system) +set(boost_libs filesystem program_options) if (Threads_FOUND) list(APPEND boost_libs thread) else()