diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2015-08-13 13:24:11 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-08-13 14:39:06 -0700 |
commit | 5c9fbf9d60677ed9fb5705e71bf845b727184efe (patch) | |
tree | 98dc6aef4265fac43dfd023d10c3e8950727663c /host/tests/CMakeLists.txt | |
parent | 2e4138d82a4ad33183a6cbff868b9e6c0d82f239 (diff) | |
download | uhd-5c9fbf9d60677ed9fb5705e71bf845b727184efe.tar.gz uhd-5c9fbf9d60677ed9fb5705e71bf845b727184efe.tar.bz2 uhd-5c9fbf9d60677ed9fb5705e71bf845b727184efe.zip |
Remove CMake 3.0+ warnings
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index e41d61bde..8b12c961f 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -50,9 +50,6 @@ SET(test_sources #turn each test cpp file into an executable with an int main() function ADD_DEFINITIONS(-DBOOST_TEST_DYN_LINK -DBOOST_TEST_MAIN) -SET(UHD_TEST_TARGET_DEPS uhd) -SET(UHD_TEST_LIBRARY_DIRS ${Boost_LIBRARY_DIRS}) - IF(ENABLE_C_API) LIST(APPEND test_sources eeprom_c_test.c |