From c16791bc1109dc4d6ec54d8be3b8336fb3883b08 Mon Sep 17 00:00:00 2001
From: Logan Aerl Arias <logana@srb2.org>
Date: Sun, 11 Feb 2024 22:00:34 +0000
Subject: [PATCH] Update cpm-libgme.cmake

remove link to ZLIB
---
 thirdparty/cpm-libgme.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/cpm-libgme.cmake b/thirdparty/cpm-libgme.cmake
index 20949f9753..f15bc3b31c 100644
--- a/thirdparty/cpm-libgme.cmake
+++ b/thirdparty/cpm-libgme.cmake
@@ -12,5 +12,5 @@ CPMAddPackage(
 if(libgme_ADDED)
 	target_compile_features(gme PRIVATE cxx_std_11)
 	# libgme's CMakeLists.txt already links this
-	target_link_libraries(gme PRIVATE ZLIB::ZLIB)
+	#target_link_libraries(gme PRIVATE ZLIB::ZLIB)
 endif()
-- 
GitLab