Skip to content

Commit 08b3ee2

Browse files
committed
cmake: select hashes missing umbrella header has been added.
1 parent 45489a1 commit 08b3ee2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/SelectHashes.cmake

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

59+
FILE(GLOB SRC_SHA1_UMBRELLA "hash/sha1.h")
60+
list(APPEND SRC_SHA1 ${SRC_SHA1_UMBRELLA})
5961
list(SORT SRC_SHA1)
6062

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

0 commit comments

Comments
 (0)