diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-05 13:18:09 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-05 13:18:09 -0700 |
commit | 0584d6d3fe2b6c7bbd2fc455fed34b12d4168830 (patch) | |
tree | 2753bab2524f896a0cc4175b0c780b5e7e073f01 /host | |
parent | 63253ed7b2399b67d99878c7becc3926dfe17177 (diff) | |
download | uhd-0584d6d3fe2b6c7bbd2fc455fed34b12d4168830.tar.gz uhd-0584d6d3fe2b6c7bbd2fc455fed34b12d4168830.tar.bz2 uhd-0584d6d3fe2b6c7bbd2fc455fed34b12d4168830.zip |
cmake: Added chrono as a Boost dependency
Diffstat (limited to 'host')
-rw-r--r-- | host/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index d45cb7236..558597729 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -237,6 +237,7 @@ ENDIF(WIN32) MESSAGE(STATUS "") MESSAGE(STATUS "Configuring Boost C++ Libraries...") SET(BOOST_REQUIRED_COMPONENTS + chrono date_time filesystem program_options |