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>2016-04-30 22:27:03 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2016-04-30 22:27:03 +0300
commitb80ec4fa04fb99e3a2b4f91f6a4df751a2de2195 (patch)
tree21460202be78628a7ccf0f5d233cb250754e3122 /CMakeLists.txt
parent7e76b61f88fcce9f1ef1c704ff646326ffebf43d (diff)
yaml configuration for models, moved config out of god class, individual paramerters per model
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5823aa41..8b939813 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,6 @@ if (YAMLCPP_FOUND)
set(EXT_LIBS ${EXT_LIBS} ${YAMLCPP_LIBRARY})
endif (YAMLCPP_FOUND)
-
set(KENLM CACHE STRING "Path to compiled kenlm directory")
if (NOT EXISTS "${KENLM}/build/lib/libkenlm.a")
message(FATAL_ERROR "Could not find ${KENLM}/build/lib/libkenlm.a")