diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-20 15:50:48 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-20 16:47:32 -0700 |
commit | 63ba4f76a76d9b04d8642abc71f002cb23a8759d (patch) | |
tree | 0de4d7502a2faa0aa368e1d6c0e67d0bc1b8afda /host/CMakeLists.txt | |
parent | eacd36d94d8d9432c09a8ab79884845efeb5fd4b (diff) | |
download | uhd-63ba4f76a76d9b04d8642abc71f002cb23a8759d.tar.gz uhd-63ba4f76a76d9b04d8642abc71f002cb23a8759d.tar.bz2 uhd-63ba4f76a76d9b04d8642abc71f002cb23a8759d.zip |
cmake: Improve usage of C modules
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index e2f318056..beb4d396f 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -24,7 +24,7 @@ # Project setup ######################################################################## CMAKE_MINIMUM_REQUIRED(VERSION 2.6) -PROJECT(UHD CXX) +PROJECT(UHD CXX C) ENABLE_TESTING() #make sure our local CMake Modules path comes first |