Desktop switched to the same version of status-go as mobile

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
Volodymyr Kozieiev 2018-07-30 13:36:51 +03:00 committed by Igor Mandrigin
parent f5ee2758e7
commit b9c0bed060
No known key found for this signature in database
GPG Key ID: 4A0EDDE26E66BC8B
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ExternalProject_Add(StatusGo_ep
PREFIX ${StatusGo_PREFIX}
SOURCE_DIR ${StatusGo_SOURCE_DIR}
GIT_REPOSITORY https://github.com/status-im/status-go.git
GIT_TAG origin/develop
GIT_TAG 03bf6e37
BUILD_BYPRODUCTS ${StatusGo_STATIC_LIB}
CONFIGURE_COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/${CONFIGURE_SCRIPT} ${GO_ROOT_PATH} ${StatusGo_ROOT} ${StatusGo_SOURCE_DIR}
BUILD_COMMAND ""