From 3014a617f9931ba51c7aa0fed52c0d216159622b Mon Sep 17 00:00:00 2001 From: taysta Date: Sun, 29 Oct 2023 17:12:42 +0800 Subject: [PATCH] Remove current git hash and version string methods introduced in this branch/etjk --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8eae482ce..c136248c4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,11 +142,6 @@ if(WIN32 AND CMAKE_VERSION VERSION_LESS "3.4") message(WARNING "Building on Windows platform with CMake version less than 3.4 is deprecated. Manifest file will fail to be included.") endif() -# Current Git SHA1 hash -include(GetGitRevisionDescription) -get_git_head_revision(GIT_REFSPEC GIT_SHA1) -message(STATUS "Git revision is ${GIT_SHA1}") - #============================================================================= # # Binary names