[CMake] Missing DLLs with CPack 2.8 on MSVC 10 beta 2

Bill Hoffman bill.hoffman at kitware.com
Tue Nov 24 09:00:33 EST 2009


Frank Stappers wrote:
> Hello,
> 
> Currently we are experimenting with CMake 2.8 and MSVC 10 (beta 2).
> I belief that with CPack and MSVC 9.0 packed the DLL-files that resided
> in the redist directory ("C:\Program Files\Microsoft Visual Studio
> 9.0\VC\redist\x86\Microsoft.VC90.CRT") were packed together with the
> compiled binaries.
> 
> When using CPack and MSVC 10 (beta 2), the redist DLLs in
> ("C:\Program Files\Microsoft Visual Studio
> 10.0\VC\redist\x86\Microsoft.VC100.CRT") are not packed with the
> compiled binaries.
> 
> In order to use CPack to create self contained  distributable with MSVC
> 10, do I need to set a variable, incorporate the files myself (e.g.
> during install), or do something else?
> 
> Any help would be appreciated.
> 

Modules/InstallRequiredSystemLibraries.cmake needs to be updated to 
handle VS 10.   Please create a bug report.

-Bill


More information about the CMake mailing list