[CMake] deploy VS2008 application

John Drescher drescherjm at gmail.com
Sat Aug 27 16:52:21 EDT 2011


> 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


More information about the CMake mailing list