Skip to content

Commit af97166

Browse files
authored
Merge pull request libgit2#6013 from lolgear/cmake_hash_sha_missing_header
CMake. hash sha1 header has been added.
2 parents 45489a1 + 4c0ea9f commit af97166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/SelectHashes.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ ELSE()
5656
MESSAGE(FATAL_ERROR "Asked for unknown SHA1 backend: ${USE_SHA1}")
5757
ENDIF()
5858

59+
list(APPEND SRC_SHA1 "hash/sha1.h")
5960
list(SORT SRC_SHA1)
6061

6162
ADD_FEATURE_INFO(SHA ON "using ${USE_SHA1}")

0 commit comments

Comments
 (0)