From 5ebaf4c8d4276da15a1ca4dced807b7e7f1be8c2 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Fri, 24 Nov 2017 18:12:50 +0000 Subject: turn marian compilation on --- CMakeLists.txt | 4 ++-- 1 file 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) -- cgit v1.2.3