From 7a062a181ae1a0270408fff594d18a4c2dc3c009 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 21 May 2019 11:33:10 -0700 Subject: cmake: Remove superfluous modules CMakeParseArgumentsCopy, CMakeCheckCXXSymbolExists, and CMakeCheckSymbolExists were backported from when we required CMake 2.8. No longer required since we require CMake 3.5.1. --- host/cmake/Modules/UHDComponent.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/cmake/Modules/UHDComponent.cmake') 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) -- cgit v1.2.3