STORM-IRIT / Radium-Engine

Research 3D Engine for rendering, animation and processing
https://storm-irit.github.io/Radium-Engine/
Apache License 2.0
100 stars 50 forks source link

cmake version requirement are inconsistent #1052

Closed MathiasPaulin closed 1 year ago

MathiasPaulin commented 1 year ago

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.

dlyr commented 1 year ago

Fine for me.