python-cmake-buildsystem icon indicating copy to clipboard operation
python-cmake-buildsystem copied to clipboard

Add option to build static runtime (MT)

Open illera88 opened this issue 7 years ago • 0 comments

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.

illera88 avatar Jul 02 '18 18:07 illera88