aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-28 11:49:46 -0700
committerJosh Blum <josh@joshknows.com>2011-06-28 11:49:46 -0700
commitf578729ecca18962ae34d0820632ee69709caa93 (patch)
tree8742a08d450e2d911c726df9027b004a60380878 /host/lib/CMakeLists.txt
parent4888233252d58f0df3c8773ec3268a0ed7bea1d2 (diff)
downloaduhd-f578729ecca18962ae34d0820632ee69709caa93.tar.gz
uhd-f578729ecca18962ae34d0820632ee69709caa93.tar.bz2
uhd-f578729ecca18962ae34d0820632ee69709caa93.zip
usrp2: fix for new props interface
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r--host/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt
index 390a75f09..a8f490f0a 100644
--- a/host/lib/CMakeLists.txt
+++ b/host/lib/CMakeLists.txt
@@ -72,7 +72,7 @@ INCLUDE_SUBDIRECTORY(types)
INCLUDE_SUBDIRECTORY(convert)
INCLUDE_SUBDIRECTORY(transport)
INCLUDE_SUBDIRECTORY(usrp)
-#INCLUDE_SUBDIRECTORY(usrp2)
+INCLUDE_SUBDIRECTORY(usrp2)
INCLUDE_SUBDIRECTORY(utils)
########################################################################