Boost 1.70 breaks our build
The reason is that Boost_INCLUDE_DIRS
and Boost_LIBRARIES
no longer get set due to some new cmake config they added in this version. This leads to linker and probably also include errors. See here
This is fixes by telling Boost 1.70 to not use the new behaviour.