Remove double call to cmake_minimum_required
Summary
The MR removes the second call to cmake_minimum_required
that set the old 2.8.12
version. This second call does irritate cmake and several thins can go wrong because of this. Like, packages that were found before, are not found anymore.