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
Since ce3f07e , STARE requires CMAKE 3.18.
Out of the box, yum on CentOS 7 provides us only with CMAKE 3.15.1 so building becomes one step more annoying.
STARE seems to build and complete all test(s) with cmake_minimum_required(VERSION 3.15). But I have obviously no idea of the implications.
The text was updated successfully, but these errors were encountered:
Since ce3f07e , STARE requires CMAKE 3.18.
Out of the box, yum on CentOS 7 provides us only with CMAKE 3.15.1 so building becomes one step more annoying.
STARE seems to build and complete all test(s) with
cmake_minimum_required(VERSION 3.15)
. But I have obviously no idea of the implications.The text was updated successfully, but these errors were encountered: