summaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDComponent.cmake
diff options
context:
space:
mode:
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)