On Tue, Dec 8, 2009 at 3:03 PM, Mathieu Malaterre
<mathieu.malate...@gmail.com> wrote:
> Hi there,
>
>  I am currently experiencing a weird issue. The NSIS installer does
> not install the M$ redist dll as I would expect
> InstallRequiredSystemLibraries.cmake should be doing. The cpack -G ZIP
> is ok, I can see the M$ dll in the /bin directory. But for some reason
> the NSIS does not seems to install them.
>
>  Is there a way to list the file being shipped inside the NSIS installer ?
>
> System:
> - WinXP 32bits
> - CMake 2.8
> - GDCM trunk
> - VS 2008 Express

Quick question, what does the following do:

      INSTALL_PROGRAMS(/bin ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS})

When CPack component are being used ? It is attached to an empty cpack
component ?

Thanks
-- 
Mathieu
_______________________________________________
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

Reply via email to