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:
authorTomasz Dwojak <t.dwojak@amu.edu.pl>2016-10-04 14:45:21 +0300
committerTomasz Dwojak <t.dwojak@amu.edu.pl>2016-10-05 16:20:15 +0300
commitf4c508c96953dfda235d5a7dddd6756e69193cf4 (patch)
tree6ab53a1c404844ec324114bb0890d7956caf25e1 /CMakeLists.txt
parent3a548b3aa09f6d17db5383575fd24090688a610f (diff)
Add python bindings
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b90df98c..587691d2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ else(CUDA_FOUND)
endif(CUDA_FOUND)
endif(NOCUDA)
-find_package(Boost COMPONENTS system filesystem program_options timer iostreams thread python)
+find_package(Boost COMPONENTS system filesystem program_options timer iostreams python thread)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
set(EXT_LIBS ${EXT_LIBS} ${Boost_LIBRARIES})