diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-04 11:15:56 -0500 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-04 11:15:56 -0500 |
commit | 148e3856823e93b4e3ae0b178107f4b905879de5 (patch) | |
tree | 2ef02f3e2501e941d08ce4f0998027aba8e11735 /host/utils | |
parent | 9d13960d8fb4303979b7986db8c9e1f2c8565312 (diff) | |
download | uhd-148e3856823e93b4e3ae0b178107f4b905879de5.tar.gz uhd-148e3856823e93b4e3ae0b178107f4b905879de5.tar.bz2 uhd-148e3856823e93b4e3ae0b178107f4b905879de5.zip |
uhd: only enable C when we are building the USRP-E100 utilty apps
Diffstat (limited to 'host/utils')
-rw-r--r-- | host/utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index 0edf5a78c..ff048beb0 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -46,6 +46,7 @@ IF(ENABLE_USRP1) ENDIF(ENABLE_USRP1) IF(ENABLE_USRP_E100) + ENABLE_LANGUAGE(C) INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e100/include) LIST(APPEND util_share_sources fpga-downloader.cpp |