mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-27 10:33:14 +03:00
turn marian compilation on
This commit is contained in:
parent
6d3059b32c
commit
5ebaf4c8d4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user