Re: [CMake] CPack Components with NSIS and using InstallRequiredSystemLibraries

2008-07-28 Thread Doug Gregor
On Mon, Jul 28, 2008 at 10:39 AM, Thomas Moelhave <[EMAIL PROTECTED]> wrote: > I was actually in the progress of changing everything to the cpack_add_ > commands when your email arrived. > However, adding Unspecified to CPACK_COMPONENTS_ALL (as per your > suggestion) did the trick. Thank you! Okay

Re: [CMake] CPack Components with NSIS and using InstallRequiredSystemLibraries

2008-07-28 Thread Thomas Moelhave
> > Hmm, it does work using the example project here: > > http://www.cmake.org/cgi-bin/viewcvs.cgi/Tests/CPackComponents/?root=CMake > > and adding > > include(InstallRequiredSystemLibraries) > > before > > include(CPack) > > > > I guess I must be doing _something_ wrong, > > Maybe, maybe not; we

Re: [CMake] CPack Components with NSIS and using InstallRequiredSystemLibraries

2008-07-28 Thread Doug Gregor
On Mon, Jul 28, 2008 at 10:14 AM, Thomas Moelhave <[EMAIL PROTECTED]> wrote: > Hmm, it does work using the example project here: > http://www.cmake.org/cgi-bin/viewcvs.cgi/Tests/CPackComponents/?root=CMake > and adding > include(InstallRequiredSystemLibraries) > before > include(CPack) > > I guess

Re: [CMake] CPack Components with NSIS and using InstallRequiredSystemLibraries

2008-07-28 Thread Thomas Moelhave
Hmm, it does work using the example project here: http://www.cmake.org/cgi-bin/viewcvs.cgi/Tests/CPackComponents/?root=CMake and adding include(InstallRequiredSystemLibraries) before include(CPack) I guess I must be doing _something_ wrong, although I still get confused by the fact that it works

Re: [CMake] CPack Components with NSIS and using InstallRequiredSystemLibraries

2008-07-28 Thread Thomas Moelhave
> > I've enjoyed using the new CPack component support[1] to generate funky > > NSIS installers. However, the generated NSIS installer does not contain > > the required MSVC (in my case, MSVC 9) redist dll's fuond by > > InstallRequiredSystemLibraries. > > The files are found correctly and are, in

Re: [CMake] CPack Components with NSIS and using InstallRequiredSystemLibraries

2008-07-28 Thread Doug Gregor
On Mon, Jul 28, 2008 at 8:41 AM, Thomas Moelhave <[EMAIL PROTECTED]> wrote: > I've enjoyed using the new CPack component support[1] to generate funky > NSIS installers. However, the generated NSIS installer does not contain > the required MSVC (in my case, MSVC 9) redist dll's fuond by > InstallReq

[CMake] CPack Components with NSIS and using InstallRequiredSystemLibraries

2008-07-28 Thread Thomas Moelhave
Hi there, I've enjoyed using the new CPack component support[1] to generate funky NSIS installers. However, the generated NSIS installer does not contain the required MSVC (in my case, MSVC 9) redist dll's fuond by InstallRequiredSystemLibraries. The files are found correctly and are, in fact, inc