You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cmake --build build does work and a Debug Solution is built (tested with VS2019 and VS2022 Professional Edition).
But cmake --build build --config Release does not work because the -MTd option is set through cmake for all configurations.