libwebsockets/0002-solve-the-BEP-problem.patch

27 lines
638 B
Diff
Raw Normal View History

2023-07-20 08:43:46 +00:00
From a863ca27b6012f72337cdfd539b0b6c347bba73d Mon Sep 17 00:00:00 2001
From: songbuhuang <544824346@qq.com>
Date: Thu, 20 Jul 2023 10:49:04 +0800
Subject: [PATCH] solve the BEP problem
2023-07-20 08:43:46 +00:00
Signed-off-by: songbuhuang <544824346@qq.com>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
2023-07-20 08:43:46 +00:00
index 49d0f5f..be9812d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2023-07-20 08:43:46 +00:00
@@ -370,7 +370,7 @@ endmacro()
# Try to find the current Git hash
#
-find_package(Git)
+# find_package(Git)
if(GIT_EXECUTABLE)
execute_process(
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
--
2.25.1