diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-09 12:23:30 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-09 12:23:30 +0800 |
commit | c9ecb32024d856b91bc8a8c21c51548595b79be1 (patch) | |
tree | 8e6d1b16c408e93190c023c070f8d28ce84357dd | |
parent | add3b39870178bc3984cb59bd87418cac1fec64e (diff) | |
download | tangerine-mcl-c9ecb32024d856b91bc8a8c21c51548595b79be1.tar.gz tangerine-mcl-c9ecb32024d856b91bc8a8c21c51548595b79be1.tar.zst tangerine-mcl-c9ecb32024d856b91bc8a8c21c51548595b79be1.zip |
update tag for CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dc34cdb..f7c6514 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,13 +50,13 @@ else() endif() if(DOWNLOAD_SOURCE) - set(XBYAK_TAG v5.43) + set(XBYAK_TAG v5.64) foreach(file IN ITEMS xbyak.h xbyak_util.h xbyak_mnemonic.h) file(DOWNLOAD https://raw.githubusercontent.com/herumi/xbyak/${XBYAK_TAG}/xbyak/${file} ${mcl_SOURCE_DIR}/include/xbyak/${file}) message("download xbyak/" ${file}) endforeach() - set(CYBOZULIB_TAG release20180204) + set(CYBOZULIB_TAG release20180509) 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}) |