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:
Diffstat (limited to 'mgizapp/CMakeLists.txt')
-rw-r--r--mgizapp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgizapp/CMakeLists.txt b/mgizapp/CMakeLists.txt
index 42efd4e..b638e51 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.46 COMPONENTS thread)
+FIND_PACKAGE( Boost 1.41 COMPONENTS thread)
IF(Boost_FOUND)
IF (NOT _boost_IN_CACHE)