diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-08-15 12:39:26 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-08-15 12:39:26 +0200 |
commit | c87a004a1688f5dfe463493fbcd47027ea1dcf2e (patch) | |
tree | f94fc55a8359b9e9da3a7e9bd757bdd964c3f166 | |
parent | a27e3a52a0cdfae8cf5cbb787e944f4f76319f26 (diff) |
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
-rw-r--r-- | dep/boost/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt index 204cdce3398..782e8aadc41 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -44,7 +44,6 @@ endif() find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED COMPONENTS - system filesystem program_options regex |