]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
build: add --progress to submodule checkout
authortobtoht <tob@featherwallet.org>
Wed, 31 May 2023 21:58:52 +0000 (23:58 +0200)
committertobtoht <tob@featherwallet.org>
Wed, 31 May 2023 21:58:52 +0000 (23:58 +0200)
CMakeLists.txt
contrib/guix/guix-build

index 641244c8ae30818578b0b61128fac560fc1ff1c8..76edb5f9761d6611bd4c3603bda65360463ab0bc 100644 (file)
@@ -58,7 +58,7 @@ include(VersionFeather)
 #### Dependencies
 # Monero
 if (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/monero/CMakeLists.txt")
-    message(FATAL_ERROR "'monero/CMakeLists.txt' does not exist, did you forget to:\ngit submodule update --init --recursive")
+    message(FATAL_ERROR "'monero/CMakeLists.txt' does not exist, did you forget to:\ngit submodule update --init --recursive --progress")
 endif()
 add_subdirectory(monero EXCLUDE_FROM_ALL)
 set_property(TARGET wallet_merged PROPERTY FOLDER "monero")
index d9ab5cf4d4d7a06e1a901b265ce56e0bc97541f0..c96cf22e3162ba65cb78c690923a573d33e249f6 100755 (executable)
@@ -51,7 +51,7 @@ fi
 # Checkout git submodules if we haven't already
 ################
 
-git submodule update --init --recursive
+git submodule update --init --recursive --progress
 
 ################
 # The git worktree should not be dirty