From 20c364cb6e2d175525c1885c8ac122187853dc95 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Sun, 26 Sep 2010 21:22:51 -0400 Subject: Really enable usrp_e support. Previous commit commented out the ansi flag so C++ comments in C compile. --- host/lib/usrp/usrp_e/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host') diff --git a/host/lib/usrp/usrp_e/CMakeLists.txt b/host/lib/usrp/usrp_e/CMakeLists.txt index da759d931..fbcd19276 100644 --- a/host/lib/usrp/usrp_e/CMakeLists.txt +++ b/host/lib/usrp/usrp_e/CMakeLists.txt @@ -25,6 +25,8 @@ MESSAGE(STATUS "Configuring usrp-e support...") INCLUDE(CheckIncludeFileCXX) CHECK_INCLUDE_FILE_CXX(linux/usrp_e.h HAVE_LINUX_USRP_E_H) +SET(ENABLE_USRP_E TRUE) + IF(DEFINED ENABLE_USRP_E) IF(ENABLE_USRP_E) MESSAGE(STATUS "USRP-E support enabled by configure flag") -- cgit v1.2.3