Skip to content

Commit

Permalink
Rebased and merge branch 'master' of https://github.com/oliver-schick…
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-schick committed Feb 10, 2020
2 parents 3463e8d + 5948eb0 commit c41ade2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Modules/FetchENCRYPTO_utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ set(ENCRYPTO_utils_REPOSITORY
set(ENCRYPTO_utils_TAG master CACHE STRING "Git tag of downloaded ENCRYPTO_utils project.")
#Specific commit hash. Please regularly update to maintain compatibility with OTExtension.
set(ENCRYPTO_utils_URL
https://github.com/oliver-schick/ENCRYPTO_utils/archive/0380d7f82bc871ab9b1c593265e92482a070d8cf.zip
https://github.com/oliver-schick/ENCRYPTO_utils/archive/6eeeed58c7206ab9f404521f36130c14beb5efdb.zip
CACHE STRING "URL of ENCRYPTO_utils project.")
#sha256sum of downloaded file. To get it on linux simply type following command line:
#$ wget -O out [URL] && sha256sum out
set(ENCRYPTO_utils_URL_HASH SHA256=e50fe0667a313a3209492bac20516750b4fa6b8bb19fd94f84043ac1fbbdbd68 CACHE STRING "Hash of ENCRYPTO_utils archive.")
set(ENCRYPTO_utils_URL_HASH SHA256=c0629dd4ce5e73609f12d3a8c285b4e129416d0102bc475369b6eb895acbe876 CACHE STRING "Hash of ENCRYPTO_utils archive.")
option(DOWNLOAD_ENCRYPTO_utils "Set this option to download a specific commit of ENCRYPTO_utils." OFF)
mark_as_advanced(ENCRYPTO_utils_REPOSITORY ENCRYPTO_utils_TAG ENCRYPTO_utils_URL ENCRYPTO_utils_URL_HASH DOWNLOAD_ENCRYPTO_utils)

Expand Down

0 comments on commit c41ade2

Please sign in to comment.