From cffda40fb37f87dbb034ba57f5b4902bfc1845b8 Mon Sep 17 00:00:00 2001 From: Clifford Yapp <238416+starseeker@users.noreply.github.com> Date: Wed, 29 Nov 2023 08:42:52 -0500 Subject: [PATCH] Add tiff to GDAL deps, enable JPEG as part of the GDAL stack. --- CMakeLists.txt | 2 +- gdal/gdal.deps | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 76f85b56..5576a53e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/gdal/gdal.deps b/gdal/gdal.deps index 1d753f30..571a83f6 100644 --- a/gdal/gdal.deps +++ b/gdal/gdal.deps @@ -2,5 +2,6 @@ PATCH PNG PROJ SQLITE3 +TIFF ZLIB