Skip to content

Commit

Permalink
Disable unused image formats
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunamistate authored and afwbkbc committed Sep 29, 2023
1 parent 0f075b6 commit 3d6a9fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dependencies/SDL2_image/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ MESSAGE( STATUS "Fetching SDL_image..." )
SET( SDL2IMAGE_INSTALL OFF )
SET( SDL2IMAGE_SAMPLES OFF )

SET( SDL2IMAGE_LBM OFF )
SET( SDL2IMAGE_PNM OFF )
SET( SDL2IMAGE_QOI OFF )
SET( SDL2IMAGE_SVG OFF )
SET( SDL2IMAGE_TGA OFF )
SET( SDL2IMAGE_XCF OFF )
SET( SDL2IMAGE_XPM OFF )
SET( SDL2IMAGE_XV OFF )

FETCHCONTENT_DECLARE( sdl_image
GIT_REPOSITORY https://github.com/libsdl-org/SDL_image
GIT_TAG release-2.6.3
Expand Down

0 comments on commit 3d6a9fb

Please sign in to comment.