From e40ac38dbf24b614ea56fc5ef893864342b415c3 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Fri, 17 May 2013 11:09:14 -0700 Subject: cmake: Copied CMakeParseArguments for backwards compatibility --- 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 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) -- cgit v1.2.3