Update required CMake version to 3.8 (#1088)
Most libraries are C++11 and require CMake 3.8 for the CMake feature or
depend on libraries that do.
Drop support for earlier CMake versions in the super project to reduce
the number of versions to verify.