aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-05-16 09:43:30 -0700
committerMartin Braun <martin.braun@ettus.com>2019-05-16 09:43:30 -0700
commitf05863d8bf6f41a2ffed1d2b0feec356f04a1426 (patch)
treea50052e079b9c822e67a760211276cf8cd9940a8 /host
parent75dc7a1d64efbedeaa527ec923b35a1b99511192 (diff)
downloaduhd-f05863d8bf6f41a2ffed1d2b0feec356f04a1426.tar.gz
uhd-f05863d8bf6f41a2ffed1d2b0feec356f04a1426.tar.bz2
uhd-f05863d8bf6f41a2ffed1d2b0feec356f04a1426.zip
cmake: Remove superfluous "E300/E320 enabled" messages
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/dboard/e3xx/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/e3xx/CMakeLists.txt b/host/lib/usrp/dboard/e3xx/CMakeLists.txt
index 36376cd88..5d452fb53 100644
--- a/host/lib/usrp/dboard/e3xx/CMakeLists.txt
+++ b/host/lib/usrp/dboard/e3xx/CMakeLists.txt
@@ -15,7 +15,6 @@ IF(ENABLE_E300 OR ENABLE_E320)
ENDIF(ENABLE_E300 OR ENABLE_E320)
IF(ENABLE_E300)
- MESSAGE(STATUS "E300 Enabled")
LIST(APPEND E300_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/e31x_radio_ctrl_impl.cpp
)
@@ -23,7 +22,6 @@ IF(ENABLE_E300)
ENDIF(ENABLE_E300)
IF(ENABLE_E320)
- MESSAGE(STATUS "E320 Enabled")
LIST(APPEND E320_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/e320_radio_ctrl_impl.cpp
)