Module: kamailio
Branch: master
Commit: eaaea65d7b29aa0ccc774e6d2ed9fde9caa50f28
URL: 
https://github.com/kamailio/kamailio/commit/eaaea65d7b29aa0ccc774e6d2ed9fde9caa50f28

Author: Xenofon Karamanos <x...@gilawa.com>
Committer: Xenofon Karamanos <x...@gilawa.com>
Date: 2024-12-05T17:49:30Z

cmake: Git is not required. (do not emit warning if not found)

---

Modified: src/CMakeLists.txt

---

Diff:  
https://github.com/kamailio/kamailio/commit/eaaea65d7b29aa0ccc774e6d2ed9fde9caa50f28.diff
Patch: 
https://github.com/kamailio/kamailio/commit/eaaea65d7b29aa0ccc774e6d2ed9fde9caa50f28.patch

---

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0e9349d352a..d0222aee233 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -28,7 +28,7 @@ include(${CMAKE_SOURCE_DIR}/cmake/defs.cmake)
 
 # -----------------------
 # The following produces core/autover.h Find Git
-find_package(Git REQUIRED)
+find_package(Git QUIET)
 
 if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
   execute_process(

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to