1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-03 11:53:41 +02:00

common/cmake/libeosio.cmake: Use libeosio v0.1.7

This commit is contained in:
Henrik Hautakoski 2023-04-04 19:05:48 +02:00
parent d579879d71
commit cbe6902d03

View file

@ -2,7 +2,7 @@
# Variables # Variables
# -------------------------------- # --------------------------------
set( LIBEOSIO_GIT_URL "https://github.com/eosswedenorg/libeosio.git" ) set( LIBEOSIO_GIT_URL "https://github.com/eosswedenorg/libeosio.git" )
set( LIBEOSIO_WANTED_VERSION v0.1.6 ) set( LIBEOSIO_WANTED_VERSION v0.1.7 )
# -------------------------------- # --------------------------------
# Macros # Macros