diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-21 12:24:27 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-21 12:24:27 -0700 |
commit | db19fcbba84cb3a867b4d6967c2e316002ce38f4 (patch) | |
tree | e15f34b7e5ab7153024aed1f2988da22afb7a5fe /host/CMakeLists.txt | |
parent | acfe51f641f16b3e6a02c764e58b986899e262a9 (diff) | |
download | uhd-db19fcbba84cb3a867b4d6967c2e316002ce38f4.tar.gz uhd-db19fcbba84cb3a867b4d6967c2e316002ce38f4.tar.bz2 uhd-db19fcbba84cb3a867b4d6967c2e316002ce38f4.zip |
readme fix
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index c45058562..7620d2446 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -200,7 +200,7 @@ ADD_CUSTOM_TARGET(uninstall # Install Package Docs ######################################################################## UHD_INSTALL(FILES - ${CMAKE_CURRENT_SOURCE_DIR}/../README.md + ${CMAKE_CURRENT_SOURCE_DIR}/README.md ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE DESTINATION ${PKG_DOC_DIR} COMPONENT readme |