Skip to content

Commit 4c0ea9f

Browse files
lolgearEdward Thomson
andauthored
cmake: select hashes umbrella variable has been removed.
Co-authored-by: Edward Thomson <ethomson@github.com>
1 parent 08b3ee2 commit 4c0ea9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/SelectHashes.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ 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})
59+
list(APPEND SRC_SHA1 "hash/sha1.h")
6160
list(SORT SRC_SHA1)
6261

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

0 commit comments

Comments
 (0)