summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2013-11-27 13:38:25 -0800
committerNicholas Corgan <nick.corgan@ettus.com>2013-11-27 13:38:25 -0800
commitdd3fea009cb0d66b31f90bf56ca1e55e5aba2fe7 (patch)
tree875ddfc4bbf715ffbfd4a8dbe740b214a03fbe1c
parent5b57fe36edb0f4af7030142f4f88eea4728ad1f3 (diff)
downloaduhd-dd3fea009cb0d66b31f90bf56ca1e55e5aba2fe7.tar.gz
uhd-dd3fea009cb0d66b31f90bf56ca1e55e5aba2fe7.tar.bz2
uhd-dd3fea009cb0d66b31f90bf56ca1e55e5aba2fe7.zip
cmake: fixed installation of README and LICENSE files after filename changes
-rw-r--r--host/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 15fd283f7..fcf79bdec 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -201,9 +201,8 @@ ADD_CUSTOM_TARGET(uninstall
# Install Package Docs
########################################################################
UHD_INSTALL(FILES
- ${CMAKE_CURRENT_SOURCE_DIR}/README.txt
- ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt
- ${CMAKE_CURRENT_SOURCE_DIR}/AUTHORS.txt
+ ${CMAKE_CURRENT_SOURCE_DIR}/../README.md
+ ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE
DESTINATION ${PKG_DOC_DIR}
COMPONENT readme
)