[cmake-developers] [CMake 0013232]: CPackDeb fails on dependency auto-gen if any component does not contain any ELF binaries

2012-05-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13232 == Reported By:Jess Assigned To: ==

[cmake-developers] [CMake 0013231]: CPackDeb incorrectly "leaks" Debian dependencies across components

2012-05-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13231 == Reported By:Jess Assigned To: ==

[cmake-developers] ninja on windows

2012-05-16 Thread Bill Hoffman
Does anyone know if the ninja master branch has support for file level depends yet? I see some discussion of it on the ninja list, but I am not sure. Also, are we able to use master ninja yet or do we still need to be using this version: http://sourceforge.net/projects/cmakescript/files/ninj

Re: [cmake-developers] Review request: Ninja-EXPORT_COMPILE_COMMANDS

2012-05-16 Thread Peter Collingbourne
On Sun, May 13, 2012 at 11:59:20PM +0200, Stephen Kelly wrote: > Stephen Kelly wrote: > > >> > >> Furthermore, there is no need to make paths within the build directory > >> absolute. Each command must be invoked from the home output directory > >> (i.e. the build "root" directory), so each comma

Re: [cmake-developers] Handling of Config specific imported targets?

2012-05-16 Thread Brad King
On 05/16/2012 06:42 AM, Stephen Kelly wrote: > In Qt 5 we currently generate IMPORTED_LOCATION_${Config} for the Debug or > Release (or both, depending on platform), depending on how Qt is configured. > > If both exist (on windows) and the caller uses CMAKE_BUILD_TYPE == Debug or > Release, the

[cmake-developers] Handling of Config specific imported targets?

2012-05-16 Thread Stephen Kelly
Hi there, In Qt 5 we currently generate IMPORTED_LOCATION_${Config} for the Debug or Release (or both, depending on platform), depending on how Qt is configured. If both exist (on windows) and the caller uses CMAKE_BUILD_TYPE == Debug or Release, the correct location should be used. However, t

Re: [cmake-developers] set_property(DIRECTORY) regression ?

2012-05-16 Thread Stephen Kelly
Brad King wrote: > On 5/14/2012 5:18 PM, Alexander Neundorf wrote: >> This is the output I get when running the attachec example with cmake >> 2.6.4 and 2.8.0: > > The behavior of properties did not change. There was a > bug in CMake 2.6 that was fixed here: > > http://cmake.org/gitweb?p=cmake