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 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 index 49d0f5f..be9812d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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