You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can counteract this by using -DCMAKE_DISABLE_FIND_PACKAGE_SDL2=ON but I don't think I should have to do that. For all the other backends, the corresponding find_package call is not made if the backend is disabled.
The text was updated successfully, but these errors were encountered:
cmake searches for SDL (with
find_package
) even ifALSOFT_BACKEND_SDL2
isOFF
:openal-soft/CMakeLists.txt
Lines 101 to 102 in 6790234
I can counteract this by using
-DCMAKE_DISABLE_FIND_PACKAGE_SDL2=ON
but I don't think I should have to do that. For all the other backends, the correspondingfind_package
call is not made if the backend is disabled.The text was updated successfully, but these errors were encountered: