COMP: fix compilation of examples with clang 7
Compare changes
+ 1
− 5
@@ -20,11 +20,7 @@
@@ -20,11 +20,7 @@
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.