Update required version of boost to 1.71
Considering that we use some of the latest features of boost, the code
no longer compiles with older versions. Update the CMakeLists.txt to
reflect that.
Tested: Code compiles. No functional change.
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Change-Id: I583234523e29087b95bf3e4ca70c4f7dcfed36f6
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 956e173..32c6fad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -214,7 +214,7 @@
set (CMAKE_PREFIX_PATH ${CMAKE_BINARY_DIR}/prefix ${CMAKE_PREFIX_PATH})
endif ()
-find_package (Boost 1.66 REQUIRED)
+find_package (Boost 1.71 REQUIRED)
include_directories (SYSTEM ${BOOST_SRC_DIR})
# add_definitions(-DBOOST_ASIO_ENABLE_HANDLER_TRACKING)