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 22:43:06 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-23 22:43:06 +0300
commit619a8638b5a921cd83a3d5ec78455598c608c8a7 (patch)
tree412f8b7552e6235a5a0859cddbc3225486eecc07 /CMakeLists.txt
parent553dc476831c6041d3805090837c71ce647b5759 (diff)
remove 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 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)