From ffa49cfd3462e48ff4a980c5e3179ee8c654b95c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 10 Sep 2024 13:54:41 -0700 Subject: [PATCH] build-system: add libraw to smtk2ssrf if main build uses libraw Otherwise the link step will fail. Signed-off-by: Dirk Hohndel --- smtk-import/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/smtk-import/CMakeLists.txt b/smtk-import/CMakeLists.txt index 0d90aa74b..4b5c4a7bb 100644 --- a/smtk-import/CMakeLists.txt +++ b/smtk-import/CMakeLists.txt @@ -35,6 +35,7 @@ pkg_config_library(LIBGIT2 libgit2 REQUIRED) pkg_config_library(LIBMDB libmdb REQUIRED) pkg_config_library(LIBDC libdivecomputer REQUIRED) pkg_config_library(LIBFTDI libftdi1 QUIET) +pkg_config_library(LIBRAW libraw) find_package(Qt5 REQUIRED COMPONENTS Core Concurrent