diff options
| author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-26 14:28:33 +0800 |
|---|---|---|
| committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-26 14:28:33 +0800 |
| commit | f7e7aa9126d68d634ff8207ae0a4634b4d99db23 (patch) | |
| tree | bd17a7bdb8bc53b5e925f06ea649eaf600c4aa73 /CMakeLists.txt | |
| parent | 8193bb72c8f30ebd8f96b0a8ce008bb8e15dcd00 (diff) | |
| download | tangerine-mcl-f7e7aa9126d68d634ff8207ae0a4634b4d99db23.tar.gz tangerine-mcl-f7e7aa9126d68d634ff8207ae0a4634b4d99db23.tar.zst tangerine-mcl-f7e7aa9126d68d634ff8207ae0a4634b4d99db23.zip | |
update release tag for cybozulib
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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}) |
