From dafd15d9a52bade8ba13295f8e040788e19860e3 Mon Sep 17 00:00:00 2001 From: Ulrich Germann Date: Thu, 30 Mar 2017 00:04:02 +0100 Subject: The marian-integration branch now tracks branch amunmt-stable of Marian. 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 ``` --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3