Skip to content
Snippets Groups Projects
Commit c16791bc authored by Logan Aerl Arias's avatar Logan Aerl Arias
Browse files

Update cpm-libgme.cmake

remove link to ZLIB
parent b9ff8533
No related branches found
No related tags found
No related merge requests found
...@@ -12,5 +12,5 @@ CPMAddPackage( ...@@ -12,5 +12,5 @@ CPMAddPackage(
if(libgme_ADDED) if(libgme_ADDED)
target_compile_features(gme PRIVATE cxx_std_11) target_compile_features(gme PRIVATE cxx_std_11)
# libgme's CMakeLists.txt already links this # libgme's CMakeLists.txt already links this
target_link_libraries(gme PRIVATE ZLIB::ZLIB) #target_link_libraries(gme PRIVATE ZLIB::ZLIB)
endif() endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment