aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDConfig.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: set ENV variables to tell GR's FindUHD.cmake that these files were ↵Michael Dickens2014-09-251-0/+7
| | | | actually used; UHDConfig*.cmake are not always allowed to use CACHE variables, thus the use of ENV.
* cmake: Add in UHDConfig*.cmake files and install them into CMAKE_MODULES_DIR ↵Michael Dickens2014-09-251-0/+86
if provided (default value is "lib${LIB_SUFFIX}/cmake/"). Tested to work with GR's new FindUHD.cmake (as a daisy-chained "find_package(UHD ...)") as well as directly.