We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81e15c commit f66ffeaCopy full SHA for f66ffea
CMakeLists.txt
@@ -591,8 +591,7 @@ if(SDL2MIXER_GME)
591
set(BUILD_SHARED_LIBS "${SDL2MIXER_GME_SHARED}")
592
set(ENABLE_UBSAN OFF)
593
set(BUILD_FRAMEWORK OFF)
594
- set(GME_ZLIB OFF)
595
- set(GME_UNRAR OFF)
+ option(GME_ZLIB "Enable GME to support compressed sound formats" OFF)
596
message(STATUS "Using vendored libgme")
597
sdl_check_project_in_subfolder(external/libgme libgme SDL2MIXER_VENDORED)
598
add_subdirectory(external/libgme EXCLUDE_FROM_ALL)
0 commit comments