I keep getting the error “unrecognized command line option ‘-std=c++20’; did you mean ‘-std=c++2a’?” when I try running it, any thoughts on how to fix that?

Reply to this note

Please Login to reply.

Discussion

Didn't run into that, but my first SO hit makes me think you've a different version of g++ than the one expected: https://stackoverflow.com/questions/72771470/cmake-error-cc-error-unrecognized-command-line-option-std-c20-did-you

ah interesting, i’ll look into that, thank you!