aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDBoost.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: add UHDBoost.cmake and use it for building UHDMichael Dickens2019-10-151-0/+324
Also install UHDBoost.cmake along with the CMake UHD find scripts, so that it can be used by external modules. Tweak the UHDConfig.cmake script so that, once installed, the new UHDBoost.cmake script is found. Note that the project using UHD must first find UHD before trying to find Boost. Also note that if the C++ standard is not set before UHDBoost is loaded, it will be set to that currently used by UHD: C++14.