Skip to content

Set c++ standard by CMAKE_CXX_STANDARD

Simon Praetorius requested to merge feature/cxx-standard into master

Summary

This MR changes the way the c++ standard is set in the toolchains. Instead of manually setting cxx flags, we call CMAKE_CXX_STANDARD. In addition for older release versions, the now deprecated variable CXX_MAX_STANDARD is set.

Merge request reports