diff options
Diffstat (limited to 'host/cmake/Modules/UHDVersion.cmake')
-rw-r--r-- | host/cmake/Modules/UHDVersion.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 9bef66d1c..9b05722a7 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -61,6 +61,8 @@ IF(GIT_FOUND) ELSE() MESSAGE(STATUS "Could not determine git branch. Probably building from tarball.") ENDIF() +ELSE(GIT_FOUND) + MESSAGE(WARNING "Could not detect git executable! Could not determine exact version of UHD!") ENDIF(GIT_FOUND) ######################################################################## |