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

common/cmake/libeosio.cmake: use v0.1.1

This commit is contained in:
Henrik Hautakoski 2020-05-22 16:23:55 +02:00
parent cb181bea21
commit 73ccd4be02

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.0 ) set( LIBEOSIO_WANTED_VERSION v0.1.1 )
# -------------------------------- # --------------------------------
# Macros # Macros