diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-05-17 11:10:46 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-05-17 11:10:46 -0700 |
commit | 49a4929bd32797fe01b441dda0076b6b4f06f686 (patch) | |
tree | ec21838c3a8d58eee31cd42b323443fdf28640db /host/cmake/Modules/UHDComponent.cmake | |
parent | e0cbc2c1e472e7222c62b1abc1f49822ed4cad75 (diff) | |
parent | e40ac38dbf24b614ea56fc5ef893864342b415c3 (diff) | |
download | uhd-49a4929bd32797fe01b441dda0076b6b4f06f686.tar.gz uhd-49a4929bd32797fe01b441dda0076b6b4f06f686.tar.bz2 uhd-49a4929bd32797fe01b441dda0076b6b4f06f686.zip |
Merge branch 'maint'
Diffstat (limited to 'host/cmake/Modules/UHDComponent.cmake')
-rw-r--r-- | host/cmake/Modules/UHDComponent.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/Modules/UHDComponent.cmake b/host/cmake/Modules/UHDComponent.cmake index d0b8442d9..a041762b2 100644 --- a/host/cmake/Modules/UHDComponent.cmake +++ b/host/cmake/Modules/UHDComponent.cmake @@ -57,7 +57,7 @@ ENDMACRO(LIBUHD_REGISTER_COMPONENT) # Install only if appropriate for package and if component is enabled ######################################################################## FUNCTION(UHD_INSTALL) - include(CMakeParseArguments) + include(CMakeParseArgumentsCopy) CMAKE_PARSE_ARGUMENTS(UHD_INSTALL "" "DESTINATION;COMPONENT" "TARGETS;FILES;PROGRAMS" ${ARGN}) IF(UHD_INSTALL_FILES) |