Update C++ standard to match value used in latest Slicer version
Closed this issue · 0 comments
jcfr commented
Following Slicer/Slicer@dedb6c0 (COMP: Require at least C++17), the default value for CMAKE_CXX_STANDARD
was changed from 14
to 17
.
The template should be updated accordingly.