aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-09-26 14:28:33 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-09-26 14:28:33 +0800
commitf7e7aa9126d68d634ff8207ae0a4634b4d99db23 (patch)
treebd17a7bdb8bc53b5e925f06ea649eaf600c4aa73
parent8193bb72c8f30ebd8f96b0a8ce008bb8e15dcd00 (diff)
downloadtangerine-mcl-f7e7aa9126d68d634ff8207ae0a4634b4d99db23.tar.gz
tangerine-mcl-f7e7aa9126d68d634ff8207ae0a4634b4d99db23.tar.zst
tangerine-mcl-f7e7aa9126d68d634ff8207ae0a4634b4d99db23.zip
update release tag for cybozulib
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa9ba27..b22ed0d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,7 +56,7 @@ if(DOWNLOAD_SOURCE)
message("download xbyak/" ${file})
endforeach()
- set(CYBOZULIB_TAG release20170711)
+ set(CYBOZULIB_TAG release20170926)
set(CYBOZULIB_FILES atoi.hpp bit_operation.hpp endian.hpp hash.hpp itoa.hpp random_generator.hpp unordered_map.hpp benchmark.hpp crypto.hpp exception.hpp inttype.hpp option.hpp test.hpp xorshift.hpp link_mpir.hpp link_libeay32.hpp link_ssleay32.hpp critical_section.hpp mutex.hpp)
foreach(file IN ITEMS ${CYBOZULIB_FILES})
file(DOWNLOAD https://raw.githubusercontent.com/herumi/cybozulib/${CYBOZULIB_TAG}/include/cybozu/${file} ${mcl_SOURCE_DIR}/include/cybozu/${file})