summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-10-24 10:00:42 -0700
committerJames Feist <james.feist@linux.intel.com>2019-11-06 18:47:49 +0000
commitbd81d6a1ccfd13ea0f2b87bc7a6b7e4b89a1d282 (patch)
treea7c1d7784853f14072284b01c28db18aebd06230
parentc75f1e9afc97310f4d8e486dab4be3ccb055dae5 (diff)
downloadbmcweb-bd81d6a1ccfd13ea0f2b87bc7a6b7e4b89a1d282.tar.gz
bmcweb-bd81d6a1ccfd13ea0f2b87bc7a6b7e4b89a1d282.zip
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
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 956e173..32c6fad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -214,7 +214,7 @@ if (NOT ${YOCTO_DEPENDENCIES}) # Download and unpack googletest at configure
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)
OpenPOWER on IntegriCloud