Module: kamailio
Branch: master
Commit: eb32feab9c50879117e0ecb5bd8c13c8ac301623
URL:
https://github.com/kamailio/kamailio/commit/eb32feab9c50879117e0ecb5bd8c13c…
Author: Xenofon Karamanos <xk(a)gilawa.com>
Committer: Xenofon Karamanos <xk(a)gilawa.com>
Date: 2025-01-07T13:51:00Z
cmake: Remove duplicate inclusion of defs.cmake
---
Modified: src/CMakeLists.txt
---
Diff:
https://github.com/kamailio/kamailio/commit/eb32feab9c50879117e0ecb5bd8c13c…
Patch:
https://github.com/kamailio/kamailio/commit/eb32feab9c50879117e0ecb5bd8c13c…
---
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 119f320230d..79fccd59821 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -19,8 +19,6 @@ message(STATUS "CMAKE_C_COMPILER_VERSION:
${CMAKE_C_COMPILER_VERSION}")
find_package(Threads REQUIRED)
-include(${CMAKE_SOURCE_DIR}/cmake/defs.cmake)
-
# -----------------------
# The following produces core/autover.h Find Git
option(USE_GIT "Use git to get commit information" ON)