From 639388e2d8877c4f177ff3a0bbb2706170e091a8 Mon Sep 17 00:00:00 2001 From: Salvador Cuñat Date: Sun, 14 Oct 2018 22:43:29 +0200 Subject: include libftdi in smtk-import windows build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In windows builds, we don't build stripped subsurface binaries but depend on previously built ones. For any reason, in regular windows build libftdi is excluded, and library is not installed/built; on the other side, in containerized build libftdi is included and we need to include it in smtk.import build. Setting pkg_config_library to QUIET works for both builds. Signed-off-by: Salvador Cuñat --- smtk-import/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'smtk-import') diff --git a/smtk-import/CMakeLists.txt b/smtk-import/CMakeLists.txt index d13d79fa2..2c43076c1 100644 --- a/smtk-import/CMakeLists.txt +++ b/smtk-import/CMakeLists.txt @@ -33,6 +33,7 @@ pkg_config_library(GLIB2 glib-2.0 REQUIRED) pkg_config_library(LIBGIT2 libgit2 REQUIRED) pkg_config_library(LIBMDB libmdb REQUIRED) pkg_config_library(LIBDC libdivecomputer REQUIRED) +pkg_config_library(LIBFTDI libftdi1 QUIET) find_package(Qt5 REQUIRED COMPONENTS Core Concurrent -- cgit v1.2.3-70-g09d2