diff options
Diffstat (limited to 'images')
-rw-r--r-- | images/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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) |