Skip to content

cmake: set c++14 as minimum c++ rev

Vicente Bolea requested to merge vbolea/vtk-m:refactor-use-cpp14 into master

In this MR we set C++14 as the minimum requirement:

The changes introduced here are:

  • Remove the job ubuntu1604_gcc48 since it defaults to std=c++1x and it does not truly support c++14.
  • Change the job centos7_gcc48 to Centos7_gcc73 for the same reasons as ubuntu1604_gcc48, it recycles the centos image with the newer GCC 7.3.

Subtasks

Edited by Vicente Bolea

Merge request reports