mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
common/cmake/libeosio.cmake: also set stamp directory to DOWNLOAD_CACHE_DIR
This commit is contained in:
parent
eed3c1cfef
commit
bc614da0e8
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ macro(fromGit tag)
|
|||
FetchContent_Declare(libeosio
|
||||
GIT_REPOSITORY ${LIBEOSIO_GIT_URL}
|
||||
GIT_TAG ${tag}
|
||||
SOURCE_DIR ${DOWNLOAD_CACHE_DIR}/libeosio
|
||||
SOURCE_DIR ${DOWNLOAD_CACHE_DIR}/libeosio/src
|
||||
STAMP_DIR ${DOWNLOAD_CACHE_DIR}/libeosio/stamp
|
||||
)
|
||||
|
||||
FetchContent_GetProperties(libeosio)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue