Closed jinfeihan57 closed 1 year ago
Just configure with -DSDL2MIXER_OPUS_SHARED=OFF
.
You need to read the cmake_dependent_option
command as:
cmake_dependent_option(<option-name> <doc-string> <default-value-overridable-by-user> <condition-for-user-value-to-be-used> <forced-value-when-condition-is-false>)
I can't chang SDL2MIXER_OPUS_SHARED manually.
if : SDL2MIXER_OPUS ON then : SDL2MIXER_OPUS_SHARED ON
I want use SDL2MIXER_OPUS, But not dynamic load way. How should I do? Or if there's any information I missed?