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:
authorHieu Hoang <hieuhoang@gmail.com>2017-11-24 21:12:50 +0300
committerHieu Hoang <hieuhoang@gmail.com>2017-11-24 21:12:50 +0300
commit5ebaf4c8d4276da15a1ca4dced807b7e7f1be8c2 (patch)
tree13c5b5a3e5d97d60f4d5fae0eb290c3c18bdccfe
parent6d3059b32c8fae66e6936f34ceafabf037b7fd25 (diff)
turn marian compilation on
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ffc80e5c..b53c4d2b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,8 +24,8 @@ include_directories(${amunmt_SOURCE_DIR})
option(CPU "Select to compile with CPU support" ON)
option(CUDA "Select to compile CUDA support by default if available" ON)
option(FPGA "Select to compile with FPGA support" OFF)
-option(MARIAN "Select to compile with Marian library" OFF)
-option(MARIAN_LIBRARY_ONLY "Automatically set when building amunmt. Don't touch this." OFF)
+option(MARIAN "Select to compile with Marian library" ON)
+option(MARIAN_LIBRARY_ONLY "Automatically set when building amunmt. Don't touch this." ON)
if(CPU)
add_definitions(-DHAS_CPU)