diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-05-17 11:09:14 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-05-17 11:10:42 -0700 |
commit | e40ac38dbf24b614ea56fc5ef893864342b415c3 (patch) | |
tree | 47bc867178013c8b9395b8fa29eaf048673e6d03 /host/cmake/Modules/UHDComponent.cmake | |
parent | 7d0121fc7983322b5e34eec449b74a55e21a1678 (diff) | |
download | uhd-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.cmake | 2 |
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) |