From 1dfa427359b448e7d413f1f0f876a18f359f85a1 Mon Sep 17 00:00:00 2001 From: Lemures Lemniscati Date: Sun, 13 Dec 2020 06:30:22 +0900 Subject: CMakeLists.txt: Report when libdeflate is found --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1