mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 13:21:20 +00:00
Update cpm-libgme.cmake
remove link to ZLIB
This commit is contained in:
parent
b9ff85332f
commit
c16791bc11
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)
|
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()
|
||||||
|
|
Loading…
Reference in a new issue