Skip to content

COMP: fix compilation of examples with clang 7

Guillaume Pasero requested to merge examples_clang7 into develop

Bump the minimum required version of Cmake for Examples. It implicitly sets the policy version and allows to configure without error with Clang7.

The problem was that CMAKE_CXX_COMPILE_FEATURES were not detected.

Merge request reports