Upgrade Boost dependency to 1.66

This commit is contained in:
Cédric Legrand 2018-03-23 21:43:32 +01:00
parent d03f72eb56
commit 67650a4040
1 changed files with 2 additions and 2 deletions

View File

@ -171,9 +171,9 @@ add_definitions(-DEMU_ARCH_BITS=${EMU_ARCH_BITS})
# System imported libraries
# ======================
find_package(Boost 1.63.0 QUIET)
find_package(Boost 1.66.0 QUIET)
if (NOT Boost_FOUND)
message(STATUS "Boost 1.63.0 or newer not found, falling back to externals")
message(STATUS "Boost 1.66.0 or newer not found, falling back to externals")
set(BOOST_ROOT "${CMAKE_SOURCE_DIR}/externals/boost")
set(Boost_NO_SYSTEM_PATHS OFF)