Skip to content

Commit

Permalink
Fix typos in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur authored Dec 15, 2023
1 parent ec3183d commit 2cc7a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ cmake_dependent_option(SDL3MIXER_MOD_XMP_LITE "Use libxmp-lite instead of libxmp
cmake_dependent_option(SDL3MIXER_MOD_XMP_SHARED "Dynamically load libxmp(-lite)" "${SDL3MIXER_DEPS_SHARED}" SDL3MIXER_MOD_XMP OFF)

if(SDL3MIXER_MOD AND NOT (SDL3MIXER_MOD_MODPLUG OR SDL3MIXER_MOD_XMP))
message(FATAL_EROR "MOD support was enabled (SDL3MIXER_MOD) but neither mpdplug (SDL3MIXER_MOD_MODPLUG) or xmp (SDL3MIXER_MOD_XMP) was enabled.")
message(FATAL_ERROR "MOD support was enabled (SDL3MIXER_MOD) but neither modplug (SDL3MIXER_MOD_MODPLUG) or xmp (SDL3MIXER_MOD_XMP) was enabled.")
endif()

option(SDL3MIXER_MP3 "Enable MP3 music" ON)
Expand Down

0 comments on commit 2cc7a07

Please sign in to comment.