diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-14 10:06:34 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-14 10:06:34 -0700 |
commit | 39ca8e25fc7f9b3170cb517b72640a62b15d253f (patch) | |
tree | 4b43180b07b87b05cd21b84e32fc149cf9f9b7f9 /host | |
parent | af1e0c122be189d75651dc52ae0847c0a5f1b4d7 (diff) | |
download | uhd-39ca8e25fc7f9b3170cb517b72640a62b15d253f.tar.gz uhd-39ca8e25fc7f9b3170cb517b72640a62b15d253f.tar.bz2 uhd-39ca8e25fc7f9b3170cb517b72640a62b15d253f.zip |
uhd: fix docs on boost version, also add additional version string for 1.44
Diffstat (limited to 'host')
-rw-r--r-- | host/CMakeLists.txt | 2 | ||||
-rw-r--r-- | host/docs/build.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 566bfd538..a60eed0a5 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -84,7 +84,7 @@ IF(UNIX AND EXISTS "/usr/lib64") LIST(APPEND BOOST_LIBRARYDIR "/usr/lib64") #fedora 64-bit fix ENDIF(UNIX AND EXISTS "/usr/lib64") -SET(Boost_ADDITIONAL_VERSIONS "1.42.0" "1.42" "1.43.0" "1.43") +SET(Boost_ADDITIONAL_VERSIONS "1.42.0" "1.42" "1.43.0" "1.43" "1.44.0" "1.44") FIND_PACKAGE(Boost ${BOOST_MIN_VERSION} REQUIRED COMPONENTS date_time filesystem diff --git a/host/docs/build.rst b/host/docs/build.rst index 9cf37db4a..a41ce8331 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -47,7 +47,7 @@ CMake Boost ^^^^^^^^^^^^^^^^ * **Purpose:** C++ library -* **Version:** at least 3.6 unix, at least 4.0 windows +* **Version:** at least 1.36 unix, at least 1.40 windows * **Usage:** build time + run time (required) * **Download URL:** http://www.boost.org/users/download/ * **Download URL (windows installer):** http://www.boostpro.com/download |