Add MD5 hash for cosmotool

This commit is contained in:
Guilhem Lavaux 2021-06-26 09:42:12 +02:00
parent 2b01b1ca11
commit 7feba4788f

View File

@ -234,6 +234,7 @@ if (INTERNAL_BOOST)
ExternalProject_Add(boost
URL ${BOOST_URL}
PREFIX ${BUILD_PREFIX}/boost-prefix
URL_HASH MD5=da07ca30dd1c0d1fdedbd487efee01bd
CONFIGURE_COMMAND
${BOOST_SOURCE_DIR}/bootstrap.sh --prefix=${CMAKE_BINARY_DIR}/ext_build/boost
BUILD_IN_SOURCE 1