[cmake-developers] XCodeGenerator bug; ReRunCMake.make only includes toplevel dependencies

Johan Björk phb at spotify.com
Wed Jan 12 12:54:15 EST 2011


Hi everyone,


The XCode generator does not properly add recursive dependencies, resulting
in that the project files won't be re-generated correctly.
The problem should be easily reproduced in any project that has at least one
add_subdirectory() command, just study the
<build>/CMakeScripts/ReRunCMake.make file.


Attached patch seems to fix the issue, but I haven't spend enough time to
understand the source code fully.
Is this an acceptable workflow for small fixes like this, or is
the preferred way pull requests at github? What branch should I use, next or
master?

The patch is based of the current master.

/Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20110112/14bc1820/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xcode_generator_dependency.patch
Type: application/octet-stream
Size: 1026 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20110112/14bc1820/attachment-0002.obj>


More information about the cmake-developers mailing list