mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
update submodule
This commit is contained in:
parent
21fe180a84
commit
67dff741dd
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ set(THREADS_PREFER_PTHREAD_FLAG ON)
|
|||
set(VERSION_MAJOR "0")
|
||||
set(VERSION_MINOR "1")
|
||||
set(VERSION_REVISION "0")
|
||||
set(VERSION "beta-4")
|
||||
set(VERSION "beta-1")
|
||||
|
||||
option(FETCH_DEPS "Download dependencies if they are not found" ON)
|
||||
option(XMRIG "Include XMRig module" ON)
|
||||
|
@ -28,7 +28,7 @@ if(DEBUG)
|
|||
set(CMAKE_VERBOSE_MAKEFILE ON)
|
||||
endif()
|
||||
|
||||
set(WOWNERO_HEAD "42909c00710cadf68ba1510da67e156a92422e66")
|
||||
set(WOWNERO_HEAD "f611d5c9e32bc62f1735f6571b0bdb95cc020531")
|
||||
set(BUILD_GUI_DEPS ON)
|
||||
set(ARCH "x86-64")
|
||||
set(BUILD_64 ON)
|
||||
|
|
2
monero
2
monero
|
@ -1 +1 @@
|
|||
Subproject commit 42909c00710cadf68ba1510da67e156a92422e66
|
||||
Subproject commit f611d5c9e32bc62f1735f6571b0bdb95cc020531
|
Loading…
Reference in a new issue