Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d2adf5c..c4a45f73 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ if(CUDA)
message("-- Compiling with CUDA support")
if (MARIAN)
- execute_process(COMMAND git submodule update --init --recursive
+ execute_process(COMMAND git submodule update --init --recursive --remote --no-fetch
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
endif(MARIAN)