diff options
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 db8806be9..c85cc0fa1 100644 --- a/host/cmake/Modules/UHDComponent.cmake +++ b/host/cmake/Modules/UHDComponent.cmake @@ -78,7 +78,7 @@ endmacro(LIBUHD_REGISTER_COMPONENT) # Install only if appropriate for package and if component is enabled ######################################################################## function(UHD_INSTALL) - include(CMakeParseArgumentsCopy) + include(CMakeParseArguments) cmake_parse_arguments(UHD_INSTALL "" "DESTINATION;COMPONENT" "TARGETS;FILES;PROGRAMS" ${ARGN}) if(UHD_INSTALL_FILES) |