Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Fix compatibility with new versioning scheme | Nicolas Cuervo | 2016-08-01 | 1 | -2/+3 |
| | | | | - Fixes init_usrp | ||||
* | cmake: Dev branches can get a named version | Martin Braun | 2015-01-28 | 1 | -0/+11 |
| | |||||
* | cmake: set ENV variables to tell GR's FindUHD.cmake that these files were ↵ | Michael Dickens | 2014-09-25 | 1 | -0/+6 |
| | | | | 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/+160 |
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. |