python-cmake-buildsystem
python-cmake-buildsystem copied to clipboard
Add option to build static runtime (MT)
Hi,
right now all the projects get compiled using the dynamic Runtime (/MD option) even when build as static flag is set.
It would be good to add another option so everything gets build with the static runtime (/MT) so no extra dependencies are required.
Congrats for the project.