Skip to content

Commit

Permalink
cmake: fix TIF reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed May 2, 2024
1 parent 5b5825d commit 40c2f08
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 @@ -814,7 +814,7 @@ list(APPEND SDL3IMAGE_BACKENDS TIF)
set(SDL3IMAGE_TIF_ENABLED FALSE)
if(SDL3IMAGE_TIF)
if(SDL3IMAGE_BACKEND_IMAGEIO OR SDL3IMAGE_BACKEND_WIC)
set(SDL3IMAGE_PNG_ENABLED TRUE)
set(SDL3IMAGE_TIF_ENABLED TRUE)
else()
if(SDL3IMAGE_TIF_VENDORED)
set(SDL3IMAGE_TIF_ENABLED TRUE)
Expand Down

0 comments on commit 40c2f08

Please sign in to comment.