The first thing you need to know is that the official Boost releases can't be built with CMake. Even though the Boost Github repository contains a CMakeLists.txt file, it's removed from the release.
The new Visual Studio 2017 15.4 Preview 2 includes a boost to the CMake software build management tool, which now lets developers target Linux directly. The preview upgrades CMake to version 3.9, ...