mezdej
mezdej
I have found that entry line: "Boost.Cobalt: not building, can't include ." [config-x64-linux-out.log](https://github.com/microsoft/vcpkg/files/15296615/config-x64-linux-out.log) [config-x64-linux-dbg-CMakeCache.txt.log](https://github.com/microsoft/vcpkg/files/15296632/config-x64-linux-dbg-CMakeCache.txt.log)
exactly as you said: ` 295 | #error "the coroutine header requires -fcoroutines"` Can you guys fix it?
Please add -fcoroutines in CXXFLAGS for gcc-10 @FrankXie05