diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-31 18:10:20 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-31 18:10:20 +0100 |
commit | 883dff1623045165d7279eb3907b34ed6dd5101b (patch) | |
tree | 00f42ed34867acd8848e84a31941af0afd7bcb64 /host/cmake/Modules | |
parent | 426ad0be6f8f908ed5288538d0252cf7d7757c04 (diff) | |
parent | cdafa9bf22f64962df1d122a0cdc277de7bbb116 (diff) | |
download | uhd-883dff1623045165d7279eb3907b34ed6dd5101b.tar.gz uhd-883dff1623045165d7279eb3907b34ed6dd5101b.tar.bz2 uhd-883dff1623045165d7279eb3907b34ed6dd5101b.zip |
Merge branch 'maint'
Diffstat (limited to 'host/cmake/Modules')
-rw-r--r-- | host/cmake/Modules/UHDComponent.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/cmake/Modules/UHDComponent.cmake b/host/cmake/Modules/UHDComponent.cmake index a041762b2..bf4a50e33 100644 --- a/host/cmake/Modules/UHDComponent.cmake +++ b/host/cmake/Modules/UHDComponent.cmake @@ -72,6 +72,10 @@ FUNCTION(UHD_INSTALL) IF(NOT LIBUHD_PKG AND NOT UHDHOST_PKG) INSTALL(${ARGN}) ENDIF(NOT LIBUHD_PKG AND NOT UHDHOST_PKG) + ELSEIF(UHD_INSTALL_COMPONENT STREQUAL "devel") + IF(NOT LIBUHD_PKG AND NOT UHDHOST_PKG) + INSTALL(${ARGN}) + ENDIF(NOT LIBUHD_PKG AND NOT UHDHOST_PKG) ELSEIF(UHD_INSTALL_COMPONENT STREQUAL "examples") IF(NOT LIBUHD_PKG AND NOT LIBUHDDEV_PKG) INSTALL(${ARGN}) |