From 721194ec0f832dd9fa7b905bb9ac7b0a06da975e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 2 Apr 2011 15:22:16 -0700 Subject: images: create a tag file to associate the version number w/ images --- images/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'images') diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt index f93b28ca4..dd6702e04 100644 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -40,4 +40,6 @@ MESSAGE(STATUS "Version: ${CPACK_PACKAGE_VERSION}") ######################################################################## # Install Images ######################################################################## +#tag the images with a version number (something identifiable) +FILE(WRITE ${CMAKE_SOURCE_DIR}/images/${CPACK_PACKAGE_VERSION}.tag ${UHD_BUILD_INFO}) INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/images DESTINATION share/uhd) -- cgit v1.2.3