Skip to content

Commit

Permalink
Add tiff to GDAL deps, enable JPEG as part of the GDAL stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Nov 29, 2023
1 parent 407e36c commit cffda40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ add_project(netpbm GROUPS "BRLCAD")

# libjpeg-turbo - JPEG image codec
# https://github.com/libjpeg-turbo/libjpeg-turbo
add_project(jpeg GROUPS "APPLESEED")
add_project(jpeg GROUPS "APPLESEED;GDAL")

# libpng - Portable Network Graphics image file support
# http://www.libpng.org/pub/png/libpng.html
Expand Down
1 change: 1 addition & 0 deletions gdal/gdal.deps
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ PATCH
PNG
PROJ
SQLITE3
TIFF
ZLIB

0 comments on commit cffda40

Please sign in to comment.