aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-01-06 09:02:14 -0800
committerMartin Braun <martin.braun@ettus.com>2017-01-06 09:02:14 -0800
commit29b0fa17382c3dd9c27c556d1c5aa88f0863cb33 (patch)
treec30b5c0b32c6d5c119ab19a9d727ecc4466c23e7 /host
parentf86f209b3370be54ec0870186ab1b9d8988736eb (diff)
downloaduhd-29b0fa17382c3dd9c27c556d1c5aa88f0863cb33.tar.gz
uhd-29b0fa17382c3dd9c27c556d1c5aa88f0863cb33.tar.bz2
uhd-29b0fa17382c3dd9c27c556d1c5aa88f0863cb33.zip
cmake: Added Boost 1.61 to list of versions
Diffstat (limited to 'host')
-rw-r--r--host/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index aa0953678..ea4e14b57 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -269,7 +269,7 @@ ENDIF(MSVC)
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.56.0" "1.56" "1.57" "1.57" "1.58" "1.59" "1.60" "1.61"
)
FIND_PACKAGE(Boost 1.53 COMPONENTS ${BOOST_REQUIRED_COMPONENTS})