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:
parent
bbd2959a0d
commit
eed3c1cfef
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue