From: Guilherme Maciel Ferreira Date: Mon, 17 Oct 2011 08:31:49 +0000 (+0200) Subject: Add required boost version X-Git-Tag: v2.6~44 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=6844d8e06ce40e8edd4669e2e62295bef92b30b8;p=libi2ncommon Add required boost version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f4ede3..c790769 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,7 +112,7 @@ endif(IMAP_UTF7_SUPPORT) include(FindPkgConfig) # Find Boost -find_package(Boost COMPONENTS iostreams unit_test_framework thread REQUIRED) +find_package(Boost 1.44 COMPONENTS iostreams unit_test_framework thread REQUIRED) # Find libxml++ if (BUILD_XMLLIB)