Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2014-08-03 04:20:38 +0400
committerhieuhoang1972 <hieuhoang1972@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2014-08-03 04:20:38 +0400
commit588bf3d592cf4e56fb2529e17ce9ce9234ec4802 (patch)
treee1f984e456e3faf707e156c118235674bc60caab
parentc2f1771fbdda0e8989bfd469075e900d5dfc15cc (diff)
change FIND_PACKAGE to fix error when compiling with boost in non-standard path / Flammie Pirinen
-rw-r--r--mgizapp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgizapp/CMakeLists.txt b/mgizapp/CMakeLists.txt
index b638e51..b52e433 100644
--- a/mgizapp/CMakeLists.txt
+++ b/mgizapp/CMakeLists.txt
@@ -46,7 +46,7 @@ set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
-FIND_PACKAGE( Boost 1.41 COMPONENTS thread)
+FIND_PACKAGE( Boost 1.41 COMPONENTS thread system)
IF(Boost_FOUND)
IF (NOT _boost_IN_CACHE)