Closed joaquintides closed 5 years ago
Looks like src/maps/boost_unordered_map/dependencies.cmake is requesting version 1.51 of Boost, which is quite old (Aug 2012). You may want to update this to Boost 1.69.
src/maps/boost_unordered_map/dependencies.cmake
It's just the minimum requirement, cmake will use a newer version if available. I am benchmarking with 1.65.1, the default version in my Linux system
Looks like
src/maps/boost_unordered_map/dependencies.cmake
is requesting version 1.51 of Boost, which is quite old (Aug 2012). You may want to update this to Boost 1.69.