Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: set ENV variables to tell GR's FindUHD.cmake that these files were ↵ | Michael Dickens | 2014-09-25 | 1 | -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 Dickens | 2014-09-25 | 1 | -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. |