[CMake] deploy VS2008 application

Yifei Li yifli at mtu.edu
Sat Aug 27 17:32:26 EDT 2011


On Aug 27, 2011, at 4:52 PM, John Drescher wrote:

>> The application I deployed is a DEBUG version and I have include(InstallRequiredSystemLibraries) in my CMakeLists.txt.
>> 
>> However, msvc(m/p/r)90.dll instead of msvc(m/p/r)90d.dll are copied to the destination folder.  Any idea why this happened?
>> 
> 
> Do you realize that it is a violation of your Visual Studio license to
> deploy debug libraries?
> 
> John

No, I did not know that. I'm not developing any commercial software though.

So it's impossible to use cmake to deploy debug vs libraries, is it?



More information about the CMake mailing list