Skip to content

Commit

Permalink
cmake: add SDL3IMAGE_STRICT option
Browse files Browse the repository at this point in the history
OFF means not having a 3rd party dependency installed, means no configure failure.
ON means a configure failure.
  • Loading branch information
madebr committed Jan 22, 2024
1 parent 50bf6fa commit 538768e
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 134 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
-DSDL3IMAGE_JXL=${{ !matrix.platform.nojxl }} \
-DSDL3IMAGE_TIF=ON \
-DSDL3IMAGE_WEBP=ON \
-DSDL3IMAGE_STRICT=ON \
-DSDL3IMAGE_WERROR=ON \
-DCMAKE_INSTALL_PREFIX=prefix_cmake \
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=$PWD/build \
Expand Down
Loading

0 comments on commit 538768e

Please sign in to comment.