Hi, instead of set(CMAKE_CXX_STANDARD 20) you could add target_compile_features(constixel INTERFACE cxx_std_20) to you cmake. This way people can't forget.
Hi, instead of
set(CMAKE_CXX_STANDARD 20)
you could add
target_compile_features(constixel INTERFACE cxx_std_20)
to you cmake. This way people can't forget.