Skip to content

Update the cmake version in ubuntu 18.04

Simon Praetorius requested to merge feature/ubuntu-18.04-cmake-update into master

Summary

This MR adds a recent cmake version to the ubuntu 18.04 distribution.

Details

Ubuntu 18.04 ships with cmake 3.10. For a development of a new build-system we might need at least cmake 3.13. This MR updates the cmake version by adding a kitware apt repository. This way we get cmake 3.17

Merge request reports