Add required boost version
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Mon, 17 Oct 2011 08:31:49 +0000 (10:31 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 17 Oct 2011 08:31:49 +0000 (10:31 +0200)
CMakeLists.txt

index 0f4ede3..c790769 100644 (file)
@@ -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)