File tree 3 files changed +7
-4
lines changed
src/abycore/cmake/Modules
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 16
16
# build directory
17
17
build * /
18
18
19
+ # dependencies directory
20
+ extern /dependencies /
21
+
19
22
# CMake
20
23
CMakeCache.txt
21
24
CMakeFiles
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ set(ENCRYPTO_utils_REPOSITORY
7
7
set (ENCRYPTO_utils_TAG master CACHE STRING "Git tag of downloaded ENCRYPTO_utils project." )
8
8
#Specific commit hash. Please regularly update to maintain compatibility with ABY.
9
9
set (ENCRYPTO_utils_URL
10
- https://github.com/oliver-schick/ENCRYPTO_utils/archive/0380d7f82bc871ab9b1c593265e92482a070d8cf .zip
10
+ https://github.com/oliver-schick/ENCRYPTO_utils/archive/6eeeed58c7206ab9f404521f36130c14beb5efdb .zip
11
11
CACHE STRING "URL of ENCRYPTO_utils project." )
12
12
#sha256sum of downloaded file. To get it on linux simply type following command line:
13
13
#$ wget -O out [URL] && sha256sum out
14
- set (ENCRYPTO_utils_URL_HASH SHA256=e50fe0667a313a3209492bac20516750b4fa6b8bb19fd94f84043ac1fbbdbd68 CACHE STRING "Hash of ENCRYPTO_utils archive." )
14
+ set (ENCRYPTO_utils_URL_HASH SHA256=c0629dd4ce5e73609f12d3a8c285b4e129416d0102bc475369b6eb895acbe876 CACHE STRING "Hash of ENCRYPTO_utils archive." )
15
15
option (DOWNLOAD_ENCRYPTO_utils "Set this option to download a specific commit of ENCRYPTO_utils." OFF )
16
16
mark_as_advanced (ENCRYPTO_utils_REPOSITORY ENCRYPTO_utils_TAG ENCRYPTO_utils_URL ENCRYPTO_utils_URL_HASH DOWNLOAD_ENCRYPTO_utils)
17
17
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ set(OTExtension_REPOSITORY
7
7
set (OTExtension_TAG master CACHE STRING "Git tag of downloaded OTExtension project." )
8
8
#Specific commit hash. Please regularly update to maintain compatibility with ABY.
9
9
set (OTExtension_URL
10
- https://github.com/oliver-schick/OTExtension/archive/5948eb026ac94f88c55b2d198ccc89234a79858f .zip
10
+ https://github.com/oliver-schick/OTExtension/archive/c41ade2b0aa92204f55c07361360f056395f075d .zip
11
11
CACHE STRING "URL of OTExtension project." )
12
12
#sha256sum of downloaded file. To get it on linux simply type following command line:
13
13
#$ wget -O out [URL] && sha256sum out
14
- set (OTExtension_URL_HASH SHA256=c64bc174706ddd7def18dcd8974b55ee8036d371a7d85fea0a48bfe290ca0b23 CACHE STRING "Hash of OTExtension archive." )
14
+ set (OTExtension_URL_HASH SHA256=212e2e0875d97204b21aa962652a1aa7ddb631d0cc249aa1a05d8bdc220ac6ad CACHE STRING "Hash of OTExtension archive." )
15
15
option (DOWNLOAD_OTExtension "Set this option to download a specific commit of OTExtension." OFF )
16
16
mark_as_advanced (OTExtension_REPOSITORY OTExtension_TAG OTExtension_URL OTExtension_URL_HASH DOWNLOAD_OTExtension)
17
17
You can’t perform that action at this time.
0 commit comments