From 2033713db5ca6224bc769747420458287eecc506 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Tue, 28 Feb 2012 09:17:26 -0800 Subject: cmake: More git info used for build info UHD version incorporates build info apt/yum repos use new version number New installer filename syntax --- host/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/CMakeLists.txt') diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 56897bb1f..f14c0bd7c 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -273,5 +273,5 @@ ENDIF(DEFINED UHD_IMAGES_DIR AND EXISTS "${UHD_IMAGES_DIR}") # Print Summary ######################################################################## UHD_PRINT_COMPONENT_SUMMARY() -MESSAGE(STATUS "Building version: ${CPACK_PACKAGE_VERSION}-${UHD_BUILD_INFO}") +MESSAGE(STATUS "Building version: ${UHD_VERSION}") MESSAGE(STATUS "Using install prefix: ${CMAKE_INSTALL_PREFIX}") -- cgit v1.2.3