MantisBT - CMake
View Issue Details
0016086CMakeCMakepublic2016-04-28 05:372016-06-10 14:31
Florent Castelli 
Kitware Robot 
normalmajoralways
closedmoved 
MacOSX10.11
CMake 3.5.2 
 
0016086: Ninja generator doesn't handle multiple Mac apps using the same plist file with MACOSX_BUNDLE_INFO_PLIST
If an app is using the same plist file using the target property MACOSX_BUNDLE_INFO_PLIST, CMake will add a dependency on that plist file as it is a template with variables that needs processing at generation time.

But if multiple apps are using the same plist template, CMake will add multiple dependencies to the same file on the Re-Run target and Ninja will then warn:
ninja: warning: multiple rules generate ../Info.plist.in. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]

A fix would probably be to deduplicate the dependencies for rerunning CMake.
No tags attached.
Issue History
2016-04-28 05:37Florent CastelliNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042992
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042992)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.