summaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDComponent.cmake
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2013-05-17 11:09:14 -0700
committerNicholas Corgan <nick.corgan@ettus.com>2013-05-17 11:10:42 -0700
commite40ac38dbf24b614ea56fc5ef893864342b415c3 (patch)
tree47bc867178013c8b9395b8fa29eaf048673e6d03 /host/cmake/Modules/UHDComponent.cmake
parent7d0121fc7983322b5e34eec449b74a55e21a1678 (diff)
downloaduhd-e40ac38dbf24b614ea56fc5ef893864342b415c3.tar.gz
uhd-e40ac38dbf24b614ea56fc5ef893864342b415c3.tar.bz2
uhd-e40ac38dbf24b614ea56fc5ef893864342b415c3.zip
cmake: Copied CMakeParseArguments for backwards compatibility
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)