Skip to content

Commit

Permalink
Remove current git hash and version string methods introduced in this…
Browse files Browse the repository at this point in the history
… branch/etjk
  • Loading branch information
taysta committed Oct 29, 2023
1 parent 74d4e63 commit 3014a61
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3014a61

Please sign in to comment.