diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-12-04 06:39:45 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-12-04 06:39:45 -0800 |
commit | ceb8cf64df268fe667f721fc3ae13a8c8107d22a (patch) | |
tree | 2e6b1af73b1b0cdc659ddcfdb1e2328a679a68f6 /images/CMakeLists.txt | |
parent | 37d3542f9ca9ec44937ad6a65029a73bee3b9385 (diff) | |
download | uhd-ceb8cf64df268fe667f721fc3ae13a8c8107d22a.tar.gz uhd-ceb8cf64df268fe667f721fc3ae13a8c8107d22a.tar.bz2 uhd-ceb8cf64df268fe667f721fc3ae13a8c8107d22a.zip |
images: change LICENSE filename
Diffstat (limited to 'images/CMakeLists.txt')
-rw-r--r-- | images/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt index 9a05f11f5..161b5130a 100644 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -43,4 +43,4 @@ MESSAGE(STATUS "Version: ${UHD_VERSION}") #tag the images with a version number (something identifiable) FILE(WRITE ${CMAKE_SOURCE_DIR}/images/${UHD_VERSION_MAJOR}.${UHD_VERSION_MINOR}.${UHD_VERSION_PATCH}.tag "${UHD_VERSION}\n${DATETIME_NOW}\n") INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/images DESTINATION share/uhd) -INSTALL(FILES ${CMAKE_SOURCE_DIR}/../host/LICENSE.txt DESTINATION share/uhd/images) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/../host/LICENSE DESTINATION share/uhd/images) |