Permalink
Browse files
uhd-devel: update to 8bb15ee1 (20180319).
add temporary patch to disable adding Boost DIRS before internal DIRS. This will work in MacPorts, but not in general. We're working on a better solution.
- Loading branch information
Showing
with
25 additions
and 5 deletions.
| @@ -0,0 +1,15 @@ | ||
| diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt | ||
| index ab7f41f..06cd1af 100644 | ||
| --- a/host/CMakeLists.txt | ||
| +++ b/host/CMakeLists.txt | ||
| @@ -324,8 +324,8 @@ SET(Boost_ADDITIONAL_VERSIONS | ||
| ) | ||
| FIND_PACKAGE(Boost ${BOOST_MIN_VERSION} COMPONENTS ${BOOST_REQUIRED_COMPONENTS}) | ||
|
|
||
| -INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) | ||
| -LINK_DIRECTORIES(${Boost_LIBRARY_DIRS}) | ||
| +# INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) | ||
| +# LINK_DIRECTORIES(${Boost_LIBRARY_DIRS}) | ||
|
|
||
| MESSAGE(STATUS "Boost include directories: ${Boost_INCLUDE_DIRS}") | ||
| MESSAGE(STATUS "Boost library directories: ${Boost_LIBRARY_DIRS}") |