How do I force cmake to link MSVCR.dll statically in windows XP?
Posted
by Gtker
on Stack Overflow
See other posts from Stack Overflow
or by Gtker
Published on 2010-04-27T14:39:36Z
Indexed on
2010/05/23
15:51 UTC
Read the original article
Hit count: 215
Currently it's linking it dynamically,causing much trouble for me(missing msvcr80.dll).
How should I instruct cmake to link it statically?
© Stack Overflow or respective owner