diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-18 09:36:21 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-18 09:36:21 -0700 |
commit | e1fd5b6b1f044e7f42e6c6d889e3072c2cec0129 (patch) | |
tree | 3c0af7890156e1bbf8490bc93253a56defadd47a /host/cmake | |
parent | 0d14cb248b90deac68fbba58ce8c6c73f3f6d541 (diff) | |
download | uhd-e1fd5b6b1f044e7f42e6c6d889e3072c2cec0129.tar.gz uhd-e1fd5b6b1f044e7f42e6c6d889e3072c2cec0129.tar.bz2 uhd-e1fd5b6b1f044e7f42e6c6d889e3072c2cec0129.zip |
cmake: Updated vendor name for CPack
Diffstat (limited to 'host/cmake')
-rw-r--r-- | host/cmake/Modules/UHDPackage.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake index b9fcdf9ed..6c36407b9 100644 --- a/host/cmake/Modules/UHDPackage.cmake +++ b/host/cmake/Modules/UHDPackage.cmake @@ -1,5 +1,5 @@ # -# Copyright 2010-2014 Ettus Research LLC +# Copyright 2010-2016 Ettus Research LLC # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -114,7 +114,7 @@ ENDIF() # Setup CPack General ######################################################################## SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ettus Research - USRP Hardware Driver") -SET(CPACK_PACKAGE_VENDOR "Ettus Research LLC") +SET(CPACK_PACKAGE_VENDOR "Ettus Research (National Instruments)") SET(CPACK_PACKAGE_CONTACT "Ettus Research <support@ettus.com>") SET(CPACK_PACKAGE_VERSION "${UHD_VERSION}") SET(CPACK_RESOURCE_FILE_WELCOME ${CMAKE_SOURCE_DIR}/README.md) |