diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-09-14 13:50:56 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-09-16 17:32:11 +0200 |
commit | 085aadea36c6f3341aa5e3925aae23e4b07ec8ca (patch) | |
tree | a2499de0d22139289ab98013bb6c2621c25b9fc4 /dep | |
parent | 3c2aa264c02e86f756e3b0d2bd44f2cb31813994 (diff) |
Core: Remove boost iostreams dependency
(cherry picked from commit dbe8d1f11e844dc73c9ce971421e1d71c41bea3d)
Diffstat (limited to 'dep')
-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 47e3d5faa62..baebfdbf3c8 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -46,7 +46,6 @@ find_package(Boost ${BOOST_REQUIRED_VERSION} system filesystem program_options - iostreams regex locale CONFIG |