From ef215390621d6f8a2f2fbda01456e0382a0b528a Mon Sep 17 00:00:00 2001 From: rbock Date: Sat, 31 Jan 2015 16:27:47 +0100 Subject: [PATCH] Adjusted CMakeLists to accept boost-1.46. That's what travis is currently using. --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 4db91ca9..6f386544 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -11,7 +11,7 @@ build(insert) build(update) build(remove) build(select) -find_package(Boost 1.50) +find_package(Boost 1.46) if(Boost_FOUND) MESSAGE(${Boost_INCLUDE_DIRS}) include_directories(${Boost_INCLUDE_DIRS})