andreasbuhr/cppcoro

vc++ 16.8.0. Preview 4.0 does not require /await

mediabuff opened this issue · 1 comments

line 13 in Ccppcoro\cmake\FindCppcoroCoroutines.cmake

set(Coroutines_EXTRA_FLAGS "/await")

While MSVC 16.8.0 does not require /await, it supports it. We do not know whether the user wants C++20-coroutines or coroutines-ts (using /await). We thus have to rely on the user to specify on the command line what she wants.