diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-28 05:58:58 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-28 05:58:58 +0800 |
commit | 626c574bf96aae2adc11d9406a2243fd67490da8 (patch) | |
tree | 410733a51f14440d99768c03164db3818942209f | |
parent | e8f89a57f81ba4ad96f08040b4d48b9e1ccca3a0 (diff) | |
download | dexon-mcl-626c574bf96aae2adc11d9406a2243fd67490da8.tar.gz dexon-mcl-626c574bf96aae2adc11d9406a2243fd67490da8.tar.zst dexon-mcl-626c574bf96aae2adc11d9406a2243fd67490da8.zip |
update CYBOZULIB_TAG
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f7c6514..0719c97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ if(DOWNLOAD_SOURCE) message("download xbyak/" ${file}) endforeach() - set(CYBOZULIB_TAG release20180509) + set(CYBOZULIB_TAG release20180528) 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 serializer.hpp stream.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}) |