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:
authordowobeha <dowobeha@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2012-08-23 21:46:57 +0400
committerdowobeha <dowobeha@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2012-08-23 21:46:57 +0400
commit5dcc7cdb0667ecc123202d219a1c3de929960c09 (patch)
tree0cee65a612b58f0ab70651b3e37ea5b98f4735db
parent10516a5cb8b481ae49202fedcb14778ca877d56c (diff)
Changed CMake to look for Boost version 1.41 instead of 1.46.
-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)