From b9c0bed06015d978a7afb2b2483e51cb3c3f0bc2 Mon Sep 17 00:00:00 2001 From: Volodymyr Kozieiev Date: Mon, 30 Jul 2018 13:36:51 +0300 Subject: [PATCH] Desktop switched to the same version of status-go as mobile Signed-off-by: Igor Mandrigin --- modules/react-native-status/desktop/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/react-native-status/desktop/CMakeLists.txt b/modules/react-native-status/desktop/CMakeLists.txt index ed3580b7b8..66d328e04c 100755 --- a/modules/react-native-status/desktop/CMakeLists.txt +++ b/modules/react-native-status/desktop/CMakeLists.txt @@ -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 ""