summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLemures Lemniscati <lemures.lemniscati@gmail.com>2020-12-13 06:30:22 +0900
committerLemures Lemniscati <lemures.lemniscati@gmail.com>2020-12-13 07:03:03 +0900
commit1dfa427359b448e7d413f1f0f876a18f359f85a1 (patch)
tree8f9cb33d8dc8ed581872c4c1b481ee6314ee5cd0
parent7ec02eaa810f4cc25885bf1cf3cb8a063c09aeed (diff)
downloadlibtiff-git-1dfa427359b448e7d413f1f0f876a18f359f85a1.tar.gz
CMakeLists.txt: Report when libdeflate is found
-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)