diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-11-27 13:29:18 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-11-27 13:29:18 -0800 |
commit | 5b57fe36edb0f4af7030142f4f88eea4728ad1f3 (patch) | |
tree | eb00aaf4cd0f6d34a1a2cdab7ee693bce3e3d4cf /host | |
parent | bbb8afcf03a65dcc5dbe1beb80879da343944b49 (diff) | |
download | uhd-5b57fe36edb0f4af7030142f4f88eea4728ad1f3.tar.gz uhd-5b57fe36edb0f4af7030142f4f88eea4728ad1f3.tar.bz2 uhd-5b57fe36edb0f4af7030142f4f88eea4728ad1f3.zip |
UHDPackage: fix references to README and LICENSE files after name changes
Diffstat (limited to 'host')
-rw-r--r-- | host/cmake/Modules/UHDPackage.cmake | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake index 6af474f7a..4968571b5 100644 --- a/host/cmake/Modules/UHDPackage.cmake +++ b/host/cmake/Modules/UHDPackage.cmake @@ -99,9 +99,8 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ettus Research - USRP Hardware Driver") SET(CPACK_PACKAGE_VENDOR "Ettus Research LLC") SET(CPACK_PACKAGE_CONTACT "Ettus Research <support@ettus.com>") SET(CPACK_PACKAGE_VERSION "${UHD_VERSION}") -SET(CPACK_RESOURCE_FILE_WELCOME ${CMAKE_SOURCE_DIR}/README.txt) -SET(CPACK_RESOURCE_FILE_README ${CMAKE_SOURCE_DIR}/AUTHORS.txt) -SET(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/LICENSE.txt) +SET(CPACK_RESOURCE_FILE_WELCOME ${CMAKE_SOURCE_DIR}/../README.md) +SET(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/LICENSE) ######################################################################## # Setup CPack Source |