cmake: fix sdl3_mixer target name (#3811)
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions

This commit is contained in:
Alexandre Bouvier 2025-11-17 16:56:01 +00:00 committed by GitHub
parent aa5c045555
commit 5b699090e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ if (NOT TARGET SDL3::SDL3)
endif() endif()
# SDL3_mixer # SDL3_mixer
if (NOT TARGET SDL3_Mixer::SDL3_Mixer) if (NOT TARGET SDL3_mixer::SDL3_mixer)
set(SDLMIXER_FLAC OFF) set(SDLMIXER_FLAC OFF)
set(SDLMIXER_OGG OFF) set(SDLMIXER_OGG OFF)
set(SDLMIXER_MOD OFF) set(SDLMIXER_MOD OFF)