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 23:29:23 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-23 23:29:23 +0300
commit9a34546f581709af68873dc9f16619488efb1cd0 (patch)
tree10995fe524e64d80c6c2633b3063a572edb2e462
parenteecff00c837035ea0b7b53839ae4b057a77c054f (diff)
changed binary name
-rwxr-xr-xsrc/CMakeLists.txt6
m---------src/marian10
2 files changed, 11 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c80bf5e6..7a94007f 100755
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,2 +1,8 @@
add_subdirectory(amun)
+
+if(CUDA_FOUND)
+ if(MARIAN)
+ add_subdirectory(marian)
+ endif(MARIAN)
+endif(CUDA_FOUND)
diff --git a/src/marian b/src/marian
-Subproject ba91eda85d33a60f8bb01c964afcbb45a46b3b8
+Subproject 7f95e513a9d4bfa3f77f09eb195f8a998e0ad1e