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:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2017-03-30 02:04:02 +0300
committerUlrich Germann <ugermann@inf.ed.ac.uk>2017-03-30 02:04:02 +0300
commitdafd15d9a52bade8ba13295f8e040788e19860e3 (patch)
tree74c6d403a5b4560e08b37cd07235ff9e1956e492 /CMakeLists.txt
parent80557aece05c61813db453ef438056ebd90db533 (diff)
The marian-integration branch now tracks branch amunmt-stable of Marian.marian-integration
This means that the marian submodule is updated automatically when Marian's remote branch amunmt-stable changes, with out the need to explicitly execute ``` cd src/marian && git pull && cd - && git commit src/marian ```
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)