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})