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.