Skip to content

Use CMAKE_CXX_STANDARD for setting the required C++ version

David Hallas requested to merge hallas/kdiff3:set_cmake_cxx_standard into master

Use the CMAKE_CXX_STANDARD variable for setting the required C++ version as this is the official way of controlling this and it propagates correctly to the autotests projects as well.

Merge request reports