Target Foo requires the language dialect "CXX20", but CMake does not know the compile flags to use to enable it
This morning while I was working on my side project, an interesting CMake issue occured. Well you see, I was trying to use the new Cpp20 feature concepts, hence I had to set the compiler flag CMAKE_CXX_STANDARD to 20, as shown below.