Re: [CMake] [cmake-developers] Support for multiple components in cpack

2010-08-03 Thread Dr . Stefan Sablatnög
Hi all, first of all many thanks for considering to provide such a functionality. I tried it on an small example yesterday and it worked as expected (I patched against cmake 2.8.2), a larger test will follow as soon as I find the time. One minor thing (maybe a different issue?), I am not quite

[CMake] multiple packages via CPack in one project ?

2010-05-17 Thread Dr . Stefan Sablatnög
Hi everybody, Is it possible to create multiple different packages from one build process using CPack? -- best regards Dr. Stefan Sablatnög email: stefan.sablatn...@svox.com phone: ++49 731 15239474 address: SVOX Ulm Magirus Deutz-Straße 16 89077 Ulm

[CMake] Building targets for install only ...

2010-01-13 Thread Dr . Stefan Sablatnög
Hi everybody, Does anyone know whether there is a way to build a target only if “make install” is called? I tried “add_dependencies(install target), but it complains, that the target install does not exist. Is the install target only available in the generated makefiles? Thanks and

Re: [CMake] Building tests only for make test

2009-12-14 Thread Dr . Stefan Sablatnög
/CMakeEmulateMakeCheck and see if that answers you question. Best regards, Marcel Loose. On Fri, 2009-12-11 at 15:53 +0100, Dr. Stefan Sablatnög wrote: Hi all, I face a (probably simple) problem: I want to build a project, that includes tests, but these should not be build on default, so I added

[CMake] Building tests only for make test

2009-12-11 Thread Dr . Stefan Sablatnög
and continuously via a ctest script) Is there a simple solution? Thanks in advance Stefan -- best regards Dr. Stefan Sablatnög email: stefan.sablatn...@svox.com phone: ++49 731 15239474 address: SVOX Ulm Magirus Deutz-Straße 16 89077 Ulm

Re: [CMake] QNX Cross compiling give internal error ... ?

2009-10-06 Thread Dr . Stefan Sablatnög
... ? On Friday 02 October 2009, Dr. Stefan Sablatnög wrote: Hi everybody, we have a weird problem here, we want to do a cross compile for QNX on a Win XP System, using the standard QNX supplied toolchain. So I grabbed a toolchain file from the mailing list archive and adapted

Re: [CMake] QNX Cross compiling give internal error ... ?

2009-10-06 Thread Dr . Stefan Sablatnög
Hi Alex, I just tried using cmake-2.8.0-rc1 and it works with no further changes. regards and thanks for the help Stefan -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Dr. Stefan Sablatnög Sent: Dienstag, 6. Oktober 2009 09:58 To: cmake

[CMake] QNX Cross compiling give internal error ... ?

2009-10-02 Thread Dr . Stefan Sablatnög
Hi everybody, we have a weird problem here, we want to do a cross compile for QNX on a Win XP System, using the standard QNX supplied toolchain. So I grabbed a toolchain file from the mailing list archive and adapted it to my settings (see attachment). running cmake