Add required boost version
[libi2ncommon] / 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)