diff options
author | michael-west <michael.west@ettus.com> | 2019-09-24 17:31:51 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-10-15 15:21:52 -0700 |
commit | 1004eef88e1a695cc0a2f3002bd8aa8b5d22e0e8 (patch) | |
tree | b465531610ef0d8cd99a7b88f9bf375661e562f6 /mpm/cmake/Modules/MPMVersion.cmake | |
parent | c2f1f21d415452a6a3a09cd00fc09d0ef1bf7c06 (diff) | |
download | uhd-1004eef88e1a695cc0a2f3002bd8aa8b5d22e0e8.tar.gz uhd-1004eef88e1a695cc0a2f3002bd8aa8b5d22e0e8.tar.bz2 uhd-1004eef88e1a695cc0a2f3002bd8aa8b5d22e0e8.zip |
cmake: Add UHD_COMPONENT variable
Added cmake variable to set the component (currently UHD or MPM).
so the banner printed by the log_resource would reference the correct
component. Added accessor function and appropriate calls in log.cpp.
Signed-off-by: michael-west <michael.west@ettus.com>
Diffstat (limited to 'mpm/cmake/Modules/MPMVersion.cmake')
-rw-r--r-- | mpm/cmake/Modules/MPMVersion.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpm/cmake/Modules/MPMVersion.cmake b/mpm/cmake/Modules/MPMVersion.cmake index 622892417..d0b744093 100644 --- a/mpm/cmake/Modules/MPMVersion.cmake +++ b/mpm/cmake/Modules/MPMVersion.cmake @@ -29,3 +29,4 @@ else() set(MPM_VERSION "${MPM_VERSION_MAJOR}.${MPM_VERSION_API}.${MPM_VERSION_ABI}.${MPM_VERSION_PATCH}-${MPM_GIT_COUNT}-${MPM_GIT_HASH}") endif() +set(UHD_COMPONENT "MPM")
\ No newline at end of file |