summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-04-14 22:50:16 +0000
committerEven Rouault <even.rouault@spatialys.com>2021-04-14 22:50:16 +0000
commit01bb92c8f9c799c6a933b1f6ad777b96df3a72b3 (patch)
tree72b57b036291a6d16a4626f37f39fed65a6de3f7
parent6a73a8b342e500f05ab10390da86fbf7ad3c9dd8 (diff)
parent6070c107f759f742999a3affcfc27d29d3edad46 (diff)
downloadlibtiff-git-01bb92c8f9c799c6a933b1f6ad777b96df3a72b3.tar.gz
Merge branch 'libjpeg12_cmake' into 'master'
libtiff/tif_config.h.cmake.in: surround LIBJPEG_12_PATH by double quotes See merge request libtiff/libtiff!237
-rw-r--r--libtiff/tif_config.h.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtiff/tif_config.h.cmake.in b/libtiff/tif_config.h.cmake.in
index 415578d4..20e44630 100644
--- a/libtiff/tif_config.h.cmake.in
+++ b/libtiff/tif_config.h.cmake.in
@@ -80,7 +80,7 @@
#cmakedefine LERC_SUPPORT 1
/* 12bit libjpeg primary include file with path */
-#define LIBJPEG_12_PATH @LIBJPEG_12_PATH@
+#define LIBJPEG_12_PATH "@LIBJPEG_12_PATH@"
/* Support LZMA2 compression */
#cmakedefine LZMA_SUPPORT 1