From 6844d8e06ce40e8edd4669e2e62295bef92b30b8 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Mon, 17 Oct 2011 10:31:49 +0200 Subject: [PATCH] Add required boost version --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) -- 1.7.1