From a05aa22d396ebb9eba64882c9241b7f87380308d Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 22 Feb 2019 20:54:41 +0100 Subject: [PATCH] Fix building of FMCOMMS2 option --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a57aebad3..1272bc341 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1731,6 +1731,7 @@ endif() ############################################## if(ENABLE_PLUTOSDR OR ENABLE_FMCOMMS2) find_package(GRIIO) + find_package(LIBIIO) endif()