In most of the CMakeLists.txt, the cmake_minimum_required is set to 3.16.
But, some commands use variables introduced in 3.18 and others request cmake version different than the others (e.g Externals).
I propose to switch all the minimum requirements to cmake 3.18.
In most of the
CMakeLists.txt
, thecmake_minimum_required
is set to 3.16. But, some commands use variables introduced in 3.18 and others request cmake version different than the others (e.g Externals).I propose to switch all the minimum requirements to cmake 3.18.