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:
authorHieu Hoang <hieuhoang@gmail.com>2016-09-01 21:20:52 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-09-01 21:20:52 +0300
commiteb51f910beffd492075680468f193a23e2392eea (patch)
treedfd20a1de76bdec827a0163106c1c9d3d561f214 /CMakeLists.txt
parentaa344a1e3ce52081baeaa13d8e7c20f633f9aa59 (diff)
compiles on OSX
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 068ce333..53bd7275 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ SET(CUDA_PROPAGATE_HOST_FLAGS OFF)
include_directories(${amunmt_SOURCE_DIR})
find_package(CUDA REQUIRED)
-find_package(Boost COMPONENTS system filesystem program_options timer iostreams)
+find_package(Boost COMPONENTS system filesystem program_options timer iostreams thread)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
set(EXT_LIBS ${EXT_LIBS} ${Boost_LIBRARIES})