[cmake-developers] [CMake 0013910]: Ninja generator initialization fails if /usr/bin/ninja is not world-readable

2013-02-13 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13910 == Reported By:Evgeniy Stepanov Assigned To:

[cmake-developers] [CMake 0013911]: cmake uses REMOVE_RECURSE instead of REMOVE for symlinks

2013-02-13 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13911 == Reported By:Antonio Cervone Assigned To:

[cmake-developers] [CMake 0013912]: Incorrect settings for Embarcadero compiler

2013-02-13 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13912 == Reported By:Mathäus Mendel Assigned To:

[cmake-developers] [CMake 0013914]: Cannot define debug/optimized versions for JPEG_LIBRARY in FindJPEG.cmake module

2013-02-13 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13914 == Reported By:Stephan Meister Assigned To:

Re: [cmake-developers] [WinCE] Fix for DLL projects

2013-02-13 Thread Brad King
Hi Mark, Thanks for trying this out and following up with patches! Patrick (in Cc) is the contributor of the Windows CE support. Patrick, can you please review and comment on Mark's patches? They look okay to me at a glance. Thanks, -Brad -- Powered by www.kitware.com Visit other Kitware

Re: [cmake-developers] [WinCE] Fix for DLL projects

2013-02-13 Thread Brad King
On 02/13/2013 01:25 PM, Patrick Gansterer wrote: They look good to me too. Thanks. Applied: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8f4cae7a http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cf82d1e1 -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects

Re: [cmake-developers] Adding automatic checks for required targets in target-export files ?

2013-02-13 Thread Brad King
On 02/12/2013 05:26 PM, Alexander Neundorf wrote: define a directory property that targets files can populate. It is simply a list of target names that must exist by the time the directory is done: A first try is now on stage in the ConfigFileTargetChecks4 branch. It looks like you rebased