aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDConfigVersion.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Fix compatibility with new versioning schemeNicolas Cuervo2016-08-011-2/+3
| | | | - Fixes init_usrp
* cmake: Dev branches can get a named versionMartin Braun2015-01-281-0/+11
|
* cmake: set ENV variables to tell GR's FindUHD.cmake that these files were ↵Michael Dickens2014-09-251-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 Dickens2014-09-251-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.