libwebsockets/0002-solve-the-BEP-problem.patch
zhangxiaoyu e439b2ab48 upgrade to v4.3.0
Signed-off-by: zhangxiaoyu <zhangxiaoyu58@huawei.com>
2022-05-03 17:31:59 +08:00

27 lines
660 B
Diff

From 47b8fcd650e77e701614cbb5def910476f33bbd6 Mon Sep 17 00:00:00 2001
From: zhangxiaoyu <zhangxiaoyu58@huawei.com>
Date: Mon, 29 Nov 2021 11:32:52 +0800
Subject: [PATCH 2/2] solve the BEP problem
Signed-off-by: zhangxiaoyu <zhangxiaoyu58@huawei.com>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2eb897db..5d6b254a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -363,7 +363,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