summaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDComponent.cmake
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2013-05-17 11:10:46 -0700
committerNicholas Corgan <nick.corgan@ettus.com>2013-05-17 11:10:46 -0700
commit49a4929bd32797fe01b441dda0076b6b4f06f686 (patch)
treeec21838c3a8d58eee31cd42b323443fdf28640db /host/cmake/Modules/UHDComponent.cmake
parente0cbc2c1e472e7222c62b1abc1f49822ed4cad75 (diff)
parente40ac38dbf24b614ea56fc5ef893864342b415c3 (diff)
downloaduhd-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.cmake2
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)