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
I am building cpprestsdk by myself on widows using cmake. Right now it worked as excepted that by default cmake is built with /MD option. It would be better to have an option to build with /MT. I know I can use vcpkg, but I am more comfortable with building the package by myself.