mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Update cpm-libgme.cmake
remove link to ZLIB
(cherry picked from commit c16791bc11
)
This commit is contained in:
parent
fbc8a3524c
commit
7c33cc3783
1 changed files with 1 additions and 1 deletions
2
thirdparty/cpm-libgme.cmake
vendored
2
thirdparty/cpm-libgme.cmake
vendored
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue