Version 3.0
By default cmake creates a build project where the VC++ libraries are linked dynamically.
Is there a way to link statically to the VC++ libraries instead?
(somehow looking at compilation flags /MT instead of /MD).
This would allow to give a bundled OpenCV application to someone who does not have the VC++ redistributable packages installed.
↧