From bde8e9a34291c3d082e2dceab4ee7c7a89d90bb3 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 16 Oct 2014 14:16:07 +0200 Subject: Deprecating some Boost- and Windows versions. --- README.md | 7 +++++-- host/CMakeLists.txt | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f69b3a740..9de2690b9 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,12 @@ tutorials. UHD is primarily developed on Linux, but we also test and support the following operating systems. -* Linux (any distribution) +* Linux (Fedora and Ubuntu) * Mac OS X (PPC and Intel) -* Windows 7/Vista/XP +* Windows 7 + +Other operating systems will most likely work, too, but are not officially +supported. ## Applications diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 369569165..ee02a19ac 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -176,11 +176,11 @@ IF(MSVC) ENDIF(MSVC) SET(Boost_ADDITIONAL_VERSIONS - "1.41.0" "1.41" "1.42.0" "1.42" "1.43.0" "1.43" "1.44.0" "1.44" "1.45.0" "1.45" "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" ) -FIND_PACKAGE(Boost 1.41 COMPONENTS ${BOOST_REQUIRED_COMPONENTS}) +FIND_PACKAGE(Boost 1.46 COMPONENTS ${BOOST_REQUIRED_COMPONENTS}) INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) LINK_DIRECTORIES(${Boost_LIBRARY_DIRS}) -- cgit v1.2.3