From ab91310fe04a6c88a0e20d21888df01d438fbc44 Mon Sep 17 00:00:00 2001 From: wujing Date: Mon, 10 May 2021 15:09:37 +0800 Subject: [PATCH] solve the BEP problem Signed-off-by: wujing --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3d3433..7efde2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -362,7 +362,7 @@ if(WIN32) endif() # 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.31.1