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:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-23 21:33:15 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-23 21:33:15 +0300
commit74b5d5927cf2b6fad6225be4ca2eea4b7e91f7d0 (patch)
tree63920c08096ac71cbedc34fd8eb28055af371b42 /CMakeLists.txt
parent7114b22d9d48380ba01008a0b1c6827a57cc259d (diff)
added --remote
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 38bb502a..4f6e5d8d 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 --remote --recursive
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(marian)
endif(MARIAN)