libsdl-org / SDL_image

Image decoding for many popular formats for Simple Directmedia Layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[cmake] Allow configuring SDL_image with options whose 3rd party dependencies are not available

madebr opened this issue · comments

Currently, CMake configuration fails when a 3rd party dependency is not available.
Let's change this into a soft error and just disable that option.

At the same time, introduce a strict option that fails the build when a dependency could not be fulfilled.

This has been done before in SDL_mixer: libsdl-org/SDL_mixer@2414c44

Yes please! This should be done for SDL3 and not SDL2, as we did for SDL_mixer.