From 69858a02deb1d09e319c1eaab68ed9406cbf2c0f Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 9 Jan 2017 01:09:56 +0100 Subject: [PATCH] Debian build: corrected path of HackRF host library include directory --- devices/hackrf/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devices/hackrf/CMakeLists.txt b/devices/hackrf/CMakeLists.txt index b91343c92..7eaaace4f 100644 --- a/devices/hackrf/CMakeLists.txt +++ b/devices/hackrf/CMakeLists.txt @@ -15,8 +15,7 @@ if (BUILD_DEBIAN) include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${LIBHACKRFLIBSRC}/include - ${LIBHACKRFLIBSRC}/src + ${LIBHACKRFLIBSRC} ) else (BUILD_DEBIAN) include_directories(