aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-08-15 12:39:26 +0200
committerShauren <shauren.trinity@gmail.com>2025-08-15 13:08:29 +0200
commitf277835e4d0173aeef21c2fe58c6b44bdfb476d0 (patch)
tree5b9488f27874b71debc7454188e2f4a4fab0316b /dep
parent578e7c3dabcc54f302069e1bf86dace3f62ec00e (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
(cherry picked from commit c87a004a1688f5dfe463493fbcd47027ea1dcf2e)
Diffstat (limited to 'dep')
-rw-r--r--dep/boost/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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