Closed hebasto closed 2 years ago
It doesn't look robust to use different C++ standards for configuration and building.
This PR, for example, will apply the -std=gnu++17 compiler option for all checks during configuration when building with GCC.
-std=gnu++17
It doesn't look robust to use different C++ standards for configuration and building.
This PR, for example, will apply the
-std=gnu++17
compiler option for all checks during configuration when building with GCC.