Skip to content

Remove double call to cmake_minimum_required

Simon Praetorius requested to merge issue/cmake-minimum-required into master

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.

Merge request reports

Loading