Open vadi2 opened 2 years ago
This could be fixed with:
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
Using the latest published standard would make sense for a greenfield C++ project.
Awesome catch! Thanks for providing a solution as well. Will work to merge it in the next couple of weeks, alongside the other issues and create a release.
Getting this in the logs:
[cmake] -- Applied compiler warnings. Using standard .