Skip to content
Snippets Groups Projects

Switched to C++20 and dropped the dependency on the external FMT code

Merged Vakhtang Tsulaia requested to merge main-cpp20 into main
All threads resolved!
Files
42
# Set up the project.
cmake_minimum_required(VERSION 3.16...3.26)
set(CMAKE_CXX_STANDARD 17)
project( "ExamplePrimaryGeneratorPlugin" )
Loading