turn marian compilation on

This commit is contained in:
Hieu Hoang 2017-11-24 18:12:50 +00:00
parent 6d3059b32c
commit 5ebaf4c8d4

View File

@ -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)