From 47b8fcd650e77e701614cbb5def910476f33bbd6 Mon Sep 17 00:00:00 2001 From: zhangxiaoyu Date: Mon, 29 Nov 2021 11:32:52 +0800 Subject: [PATCH 2/2] solve the BEP problem Signed-off-by: zhangxiaoyu --- 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