From 74b5d5927cf2b6fad6225be4ca2eea4b7e91f7d0 Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Thu, 23 Mar 2017 19:33:15 +0100 Subject: added --remote --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3