From 619a8638b5a921cd83a3d5ec78455598c608c8a7 Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Thu, 23 Mar 2017 20:43:06 +0100 Subject: remove remote --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f6e5d8d..38bb502a 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 --remote --recursive + execute_process(COMMAND git submodule update --init --recursive WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) add_subdirectory(marian) endif(MARIAN) -- cgit v1.2.3