aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-10-16 14:16:07 +0200
committerMartin Braun <martin.braun@ettus.com>2014-10-16 14:16:07 +0200
commitbde8e9a34291c3d082e2dceab4ee7c7a89d90bb3 (patch)
tree2caacbd417e036b1046b58fb41e94cdeaed239a8
parentUpdated top-level READMEs (diff)
downloaduhd-bde8e9a34291c3d082e2dceab4ee7c7a89d90bb3.tar.xz
uhd-bde8e9a34291c3d082e2dceab4ee7c7a89d90bb3.zip
Deprecating some Boost- and Windows versions.
-rw-r--r--README.md7
-rw-r--r--host/CMakeLists.txt4
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})