aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2016-01-08 11:23:30 -0800
committerMartin Braun <martin.braun@ettus.com>2016-01-18 12:45:01 +0100
commitdb3db1e2f031b543dccfb946afa311553e86f79c (patch)
tree8f5560bf566b0f94e621cc7f1ff53806544deea0 /host/lib
parent605b360651e85ca5923d0e9e8ea20343f7202301 (diff)
downloaduhd-db3db1e2f031b543dccfb946afa311553e86f79c.tar.gz
uhd-db3db1e2f031b543dccfb946afa311553e86f79c.tar.bz2
uhd-db3db1e2f031b543dccfb946afa311553e86f79c.zip
cmake: removed unnecessary include
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/common/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/host/lib/usrp/common/CMakeLists.txt b/host/lib/usrp/common/CMakeLists.txt
index e63a09935..9dabc4e0b 100644
--- a/host/lib/usrp/common/CMakeLists.txt
+++ b/host/lib/usrp/common/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2011-2013 Ettus Research LLC
+# Copyright 2011-2013,2016 Ettus Research LLC
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,8 +19,6 @@
# This file included, use CMake directory variables
########################################################################
IF(ENABLE_USB)
- INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/../firmware/fx2/common)
-
LIBUHD_APPEND_SOURCES(
${CMAKE_CURRENT_SOURCE_DIR}/fx2_ctrl.cpp
)