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
The Travis-preinstalled CMake is unfortunately not installed via apt, so we
can't replace it with an apt-supplied version very easily. Additionally, we
can't permit the Travis-preinstalled copy to survive, as the Travis default
path lists the Travis CMake install location ahead of any place where apt
would install CMake to. Instead of apt removing or upgrading to a new CMake
version, we must instead delete the Travis copy of CMake and install a
newer version via apt.
0 commit comments