From 7c33cc37830464797571521203702faa402e9c89 Mon Sep 17 00:00:00 2001 From: Logan Aerl Arias Date: Sun, 11 Feb 2024 22:00:34 +0000 Subject: [PATCH] Update cpm-libgme.cmake remove link to ZLIB (cherry picked from commit c16791bc1109dc4d6ec54d8be3b8336fb3883b08) --- 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 20949f975..f15bc3b31 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()