From c8ef53c43f3c3fbb47f5b77ca8ba369f9e28cc0b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 10 Sep 2024 10:32:08 -0700 Subject: [PATCH] build-system: show if libraw was found Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b592c30e8..5c420166a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,7 +166,7 @@ if(NOT ANDROID) endif() pkg_config_library(LIBUSB libusb-1.0 QUIET) pkg_config_library(LIBMTP libmtp QUIET) - pkg_config_library(LIBRAW libraw QUIET) + pkg_config_library(LIBRAW libraw ) endif() if(LIBRAW_FOUND)