diff options
author | michael-west <michael.west@ettus.com> | 2018-10-26 16:46:15 -0700 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2018-12-20 19:18:49 -0800 |
commit | 2de2722fd5a7d39c8d6a0649cce7d01138098dcd (patch) | |
tree | 8ea59e3ca9f07fbe3db5a32408a10a9e8cb47b10 | |
parent | d27dd7b6df652e78c582b560dbfaccd487501b19 (diff) | |
download | uhd-2de2722fd5a7d39c8d6a0649cce7d01138098dcd.tar.gz uhd-2de2722fd5a7d39c8d6a0649cce7d01138098dcd.tar.bz2 uhd-2de2722fd5a7d39c8d6a0649cce7d01138098dcd.zip |
E300: Re-enable "gpsdo" time source
Fixed typo in CMakeLists.txt file
-rw-r--r-- | host/lib/usrp/e300/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/CMakeLists.txt b/host/lib/usrp/e300/CMakeLists.txt index 2b4e3105d..9d29d5b74 100644 --- a/host/lib/usrp/e300/CMakeLists.txt +++ b/host/lib/usrp/e300/CMakeLists.txt @@ -44,7 +44,7 @@ if(ENABLE_E300) set_source_files_properties( ${CMAKE_CURRENT_SOURCE_DIR}/e300_impl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/e300_impl.hpp - ${CMAKE_CURRENT_SOURCE_DIR}/e3xx_radio_ctrl_impl.hpp + ${CMAKE_CURRENT_SOURCE_DIR}/e3xx_radio_ctrl_impl.cpp PROPERTIES COMPILE_DEFINITIONS "E300_GPSD=1" ) endif(ENABLE_GPSD) |