CMake Error in apps/CMakeLists.txt:
The "CXX_MODULE_STD" property on the target "main" requires that the
"__CMAKE::CXX23" target exist, but it was not provided by the toolchain.
Reason:
`libstdc++.modules.json` resource does not exist
Looks like you are using “import std”. Not sure I see how that is being turned on by looking at the cmake you posted. The not finding libstdc++.modules.json is a clang issue. We are working on a way to force the location of this when the compiler can’t tell us where that file is located.