diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-01-18 11:27:02 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-22 18:16:59 -0800 |
commit | 4de123f7a44f9a22f670c19e322ccbd533f1ce6e (patch) | |
tree | d275d164a01618f7f9b9af0e81af12785858ac88 /host/CMakeLists.txt | |
parent | 33233e5c77f495a54d21bd949ea9c7d3a9634e87 (diff) | |
download | uhd-4de123f7a44f9a22f670c19e322ccbd533f1ce6e.tar.gz uhd-4de123f7a44f9a22f670c19e322ccbd533f1ce6e.tar.bz2 uhd-4de123f7a44f9a22f670c19e322ccbd533f1ce6e.zip |
cmake: Extend list of additional Boost versions
Diffstat (limited to 'host/CMakeLists.txt')
-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 8515a5b53..3ae6fbffb 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -331,6 +331,7 @@ set(Boost_ADDITIONAL_VERSIONS "1.46.0" "1.46" "1.47.0" "1.47" "1.48.0" "1.48" "1.48.0" "1.49" "1.50.0" "1.50" "1.51.0" "1.51" "1.52.0" "1.52" "1.53.0" "1.53" "1.54.0" "1.54" "1.55.0" "1.55" "1.56.0" "1.56" "1.57" "1.57" "1.58" "1.59" "1.60" "1.61" "1.62" "1.63" + "1.64" "1.65" "1.66" "1.67" "1.68" "1.69" ) #Python API requirements |