From 1c558822681bbed5121bcc19816cbbac6a437b2a Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 6 Mar 2024 21:45:22 +0100 Subject: Limited uses of zlib to just ArchiveEx This coincidentally fixes the issue with exceptions not getting caught correctly resulting in unexpected game/server terminations. --- StarsEx/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'StarsEx') diff --git a/StarsEx/CMakeLists.txt b/StarsEx/CMakeLists.txt index 0f56b97..1dc025d 100644 --- a/StarsEx/CMakeLists.txt +++ b/StarsEx/CMakeLists.txt @@ -278,7 +278,6 @@ target_link_libraries( PUBLIC DefinitionEx PUBLIC FoundationEx PUBLIC NetEx - PUBLIC Zlib::zlib PUBLIC Vorbis::vorbis PUBLIC Vorbis::vorbisfile PUBLIC Ogg::ogg -- cgit v1.1