Unverified Commit 4c0ea9f0 by Dmitry Lobanov Committed by GitHub

cmake: select hashes umbrella variable has been removed.

Co-authored-by: Edward Thomson <ethomson@github.com>
parent 08b3ee2f
......@@ -56,8 +56,7 @@ ELSE()
MESSAGE(FATAL_ERROR "Asked for unknown SHA1 backend: ${USE_SHA1}")
ENDIF()
FILE(GLOB SRC_SHA1_UMBRELLA "hash/sha1.h")
list(APPEND SRC_SHA1 ${SRC_SHA1_UMBRELLA})
list(APPEND SRC_SHA1 "hash/sha1.h")
list(SORT SRC_SHA1)
ADD_FEATURE_INFO(SHA ON "using ${USE_SHA1}")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment