diff options
Diffstat (limited to 'host/config/Version.cmake')
-rw-r--r-- | host/config/Version.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/config/Version.cmake b/host/config/Version.cmake index 214002b7b..839db7833 100644 --- a/host/config/Version.cmake +++ b/host/config/Version.cmake @@ -25,6 +25,7 @@ SET(UHD_VERSION_PATCH 0) #Short hash of git commit ######################################################################## # Find GIT to get repo information ######################################################################## +MESSAGE(STATUS "") MESSAGE(STATUS "Checking for git") FIND_PROGRAM(GIT git) IF(${GIT} STREQUAL "GIT-NOTFOUND") |