Skip to content

Enable C++14 when building Kokkos in automated CI builds on Jenkins

Arndt, Daniel requested to merge github/fork/dalg24/cxx14 into master

Created by: dalg24

We require C++14 standard but we rely on Kokkos to get the proper compiler flags. This PR ensures that the -std=c++14 flag will be present on the compile line in the automated builds on Jenkins.

Merge request reports