[cmake-developers] ninja support

clinton at elemtech.com clinton at elemtech.com
Wed Jul 17 01:42:44 EDT 2013


----- Original Message -----

> Is there someone that can offer some ninja support? There is a regression
> from a while back exposed by a commit of mine yesterday.
> http://open.cdash.org/testDetails.php?test=199232514&build=2967911

> With the framework refactor work, the soname for frameworks were fixed. As a
> result, code in the makefile generator to create symlinks was triggered.
> In the generator, it was suppressed in the case of frameworks because
> cmOSXBundleGenerator takes care of making the symlinks.

> But for the ninja generator, I just realized it isn't suppressed. And my
> attempt to fix that leads to a broken ninja file.

> Thanks,
> Clint

Never mind... I've got it figured out. The ninja generator needs changed to not try to create symlinks and not use the framework symlink. So, the build.ninja files look the same as before. 
http://cmake.org/gitweb?p=cmake.git;a=commit;h=90993b 

Clint 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20130716/a9cba228/attachment.html>


More information about the cmake-developers mailing list