aboutsummaryrefslogtreecommitdiffstats
path: root/community/domoticz/do-not-fail-if-git-missing.patch
blob: 140cc6f6ce19c4e3bcfae194bf187cdb6b731e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/getgit.cmake
+++ b/getgit.cmake
@@ -4,7 +4,7 @@
 # the git.cmake module is part of the standard distribution
 find_package(Git)
 if(NOT GIT_FOUND)
-  MESSAGE(FATAL_ERROR "Git not found!.")
+  MESSAGE(WARNING "Git not found!.")
 endif()
 
 MACRO(Gitversion_GET_REVISION dir variable)