update tag for CMakeLists.txt

dev
MITSUNARI Shigeo 7 years ago
parent add3b39870
commit c9ecb32024
  1. 4
      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})

Loading…
Cancel
Save