summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-12-28 22:52:01 +0000
committerEven Rouault <even.rouault@spatialys.com>2020-12-28 22:52:01 +0000
commitad2fbbd04156e2bd7983a6f8cd744fcb41419279 (patch)
tree6e71481d9e96f852b1698ae680bceaade19dda22
parentaef996e49e71a1c50a032ed79e2537190cca4299 (diff)
parent1dfa427359b448e7d413f1f0f876a18f359f85a1 (diff)
downloadlibtiff-git-ad2fbbd04156e2bd7983a6f8cd744fcb41419279.tar.gz
Merge branch 'w_report-when-libdeflate-is-found' into 'master'
CMakeLists.txt: Report when libdeflate is found See merge request libtiff/libtiff!175
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index efe857df..23005911 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -469,6 +469,7 @@ if (libdeflate)
if (DEFLATE_INCLUDE_DIR AND DEFLATE_LIBRARY)
set(DEFLATE_FOUND 1)
set(DEFLATE_LIBRARIES ${DEFLATE_LIBRARY})
+ message(STATUS "Found libdeflate: ${DEFLATE_LIBRARY}")
endif()
endif()
set(LIBDEFLATE_SUPPORT FALSE)