diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-05-16 09:43:30 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-05-16 09:43:30 -0700 |
commit | f05863d8bf6f41a2ffed1d2b0feec356f04a1426 (patch) | |
tree | a50052e079b9c822e67a760211276cf8cd9940a8 /host | |
parent | 75dc7a1d64efbedeaa527ec923b35a1b99511192 (diff) | |
download | uhd-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.txt | 2 |
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 ) |