From f277835e4d0173aeef21c2fe58c6b44bdfb476d0 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 15 Aug 2025 12:39:26 +0200 Subject: Dep/Boost: Remove linking boost::system library, it is fully header only since 1.89 and has been just a empty dummy library since 1.69 (cherry picked from commit c87a004a1688f5dfe463493fbcd47027ea1dcf2e) --- dep/boost/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt index baebfdbf3c8..fe3cbe435bd 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -43,7 +43,6 @@ endif() find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED COMPONENTS - system filesystem program_options regex -- cgit v1.2.3