You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the top-level CMakeLists.txt, a minimum cmake version of 3.15 is
required. Therefore, all checks that were checking whether the cmake
version is >= 3.0 or 3.1 (etc.) are redundant as those will always be
true due to above requirement.
Signed-off-by: Robert Adam <[email protected]>
0 commit comments