From e2f779983eb15ebe4b1b8c12e008e9f4e77ff840 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 16 Aug 2016 15:36:20 -0700 Subject: images: Fixed tag file in images package --- images/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt index 6c3b23239..ab2ac8147 100644 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -46,6 +46,6 @@ 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") +FILE(WRITE ${CMAKE_SOURCE_DIR}/images/${UHD_VERSION_MAJOR}.${UHD_VERSION_API}.${UHD_VERSION_ABI}.${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 DESTINATION share/uhd/images) -- cgit v1.2.3