On 06/05/2013 10:06 AM, Stephen Kelly wrote: > The reason is that fix-genex-HEAD-target is not yet merged to master. Sorry, > I should have been clear about the dependency between those branches.
It is now, after I squashed in this fix: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3a7898ab The way to express a dependency between branches is to base the dependent on the dependency, or merge the dependency into the dependent. This makes rewriting revisions of the topics more painful but eliminates the chance of out-of-order merges to master. -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
