Re: [CMake] Package: dev vs runtime package

2008-06-06 Thread Mathieu Malaterre
On Thu, Jun 5, 2008 at 4:02 PM, Mathieu Malaterre [EMAIL PROTECTED] wrote: On Thu, Jun 5, 2008 at 3:54 PM, Timenkov Yuri [EMAIL PROTECTED] wrote: On Thursday 05 June 2008 17:47:27 Mathieu Malaterre wrote: On Thu, Jun 5, 2008 at 3:39 PM, Timenkov Yuri [EMAIL PROTECTED] wrote: On Thursday 05

Re: [CMake] Package: dev vs runtime package

2008-06-06 Thread David Cole
Look at the cmake_install.cmake file in the top level of your build tree. There should be references to CMAKE_INSTALL_COMPONENT and COMPONENT variables. make install will typically do a cmake -P cmake_install.cmake -- to do a COMPONENT based install, you can do: cmake -DCOMPONENT=Runtime -P

Re: [CMake] Package: dev vs runtime package

2008-06-06 Thread Mathieu Malaterre
Hi David, After a google search I actually found your previous post too: http://www.cmake.org/pipermail/cmake/2008-January/019327.html Thanks, will look into paraview's code for example. Thanks -Mathieu On Fri, Jun 6, 2008 at 10:52 PM, David Cole [EMAIL PROTECTED] wrote: Look at the

[CMake] Package: dev vs runtime package

2008-06-05 Thread Mathieu Malaterre
Hi, Has anyone started working on the development vs runtime package. For example the runtime package should only install libfoo.so.1.2 while the -dev package would distribute the libfoo.so symlink to libfoo.so.1.2. I know that cpack does not support multiple package right now, but I would

Re: [CMake] Package: dev vs runtime package

2008-06-05 Thread Timenkov Yuri
On Thursday 05 June 2008 17:36:06 Mathieu Malaterre wrote: Hi, Has anyone started working on the development vs runtime package. For example the runtime package should only install libfoo.so.1.2 while the -dev package would distribute the libfoo.so symlink to libfoo.so.1.2. I know

Re: [CMake] Package: dev vs runtime package

2008-06-05 Thread Mathieu Malaterre
On Thu, Jun 5, 2008 at 3:39 PM, Timenkov Yuri [EMAIL PROTECTED] wrote: On Thursday 05 June 2008 17:36:06 Mathieu Malaterre wrote: Hi, Has anyone started working on the development vs runtime package. For example the runtime package should only install libfoo.so.1.2 while the -dev package

Re: [CMake] Package: dev vs runtime package

2008-06-05 Thread Mathieu Malaterre
On Thu, Jun 5, 2008 at 3:54 PM, Timenkov Yuri [EMAIL PROTECTED] wrote: On Thursday 05 June 2008 17:47:27 Mathieu Malaterre wrote: On Thu, Jun 5, 2008 at 3:39 PM, Timenkov Yuri [EMAIL PROTECTED] wrote: On Thursday 05 June 2008 17:36:06 Mathieu Malaterre wrote: Hi, Has anyone started

Re: [CMake] Package: dev vs runtime package

2008-06-05 Thread Timenkov Yuri
On Thursday 05 June 2008 17:47:27 Mathieu Malaterre wrote: On Thu, Jun 5, 2008 at 3:39 PM, Timenkov Yuri [EMAIL PROTECTED] wrote: On Thursday 05 June 2008 17:36:06 Mathieu Malaterre wrote: Hi, Has anyone started working on the development vs runtime package. For example the runtime