1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

common/cmake/libeosio.cmake: download source to DOWNLOAD_CACHE_DIR

This commit is contained in:
Henrik Hautakoski 2020-04-10 16:58:20 +02:00
parent bbd2959a0d
commit eed3c1cfef

View file

@ -15,6 +15,7 @@ macro(fromGit tag)
FetchContent_Declare(libeosio
GIT_REPOSITORY ${LIBEOSIO_GIT_URL}
GIT_TAG ${tag}
SOURCE_DIR ${DOWNLOAD_CACHE_DIR}/libeosio
)
FetchContent_GetProperties(libeosio)