diff options
author | Philip Balister <philip@opensdr.com> | 2010-07-14 20:36:48 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-07-14 20:36:48 +0000 |
commit | 87428bf6e1c5fcf623595063921277f9827a919a (patch) | |
tree | fbd2855b45ff24bead6342375f87fe00abb20a05 /host/CMakeLists.txt | |
parent | 9ee1b33bbc170b2e76fbb5b9a075d6b6c7315a7e (diff) | |
parent | 959669e383c75fdcbd11091466516bd5af66cfb5 (diff) | |
download | uhd-87428bf6e1c5fcf623595063921277f9827a919a.tar.gz uhd-87428bf6e1c5fcf623595063921277f9827a919a.tar.bz2 uhd-87428bf6e1c5fcf623595063921277f9827a919a.zip |
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index c60372fb9..e26ec03d2 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -81,7 +81,11 @@ ENDIF(MSVC) ######################################################################## # Setup Boost ######################################################################## -SET(Boost_ADDITIONAL_VERSIONS "1.42.0" "1.42") +IF(EXISTS "/usr/lib64") + LIST(APPEND BOOST_LIBRARYDIR "/usr/lib64") #fedora 64-bit fix +ENDIF(EXISTS "/usr/lib64") + +SET(Boost_ADDITIONAL_VERSIONS "1.42.0" "1.42 1.43.0" "1.43") FIND_PACKAGE(Boost 1.36 REQUIRED COMPONENTS date_time filesystem |