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 _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
