Update cpm-libgme.cmake

remove link to ZLIB

(cherry picked from commit c16791bc11)
This commit is contained in:
Logan Aerl Arias 2024-02-11 22:00:34 +00:00
parent fbc8a3524c
commit 7c33cc3783

View file

@ -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()