From 188b05f58cc6aad37cf51829b90021457a0c1f8a Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 9 Jan 2017 01:37:01 +0100 Subject: [PATCH] Debian build: fixed HackRF inlcude path --- devices/hackrf/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hackrf/CMakeLists.txt b/devices/hackrf/CMakeLists.txt index 7eaaace4f..76b2b6faf 100644 --- a/devices/hackrf/CMakeLists.txt +++ b/devices/hackrf/CMakeLists.txt @@ -15,7 +15,7 @@ if (BUILD_DEBIAN) include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${LIBHACKRFLIBSRC} + ${LIBHACKRFSRC} ) else (BUILD_DEBIAN) include_directories(