View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0016086CMakeCMakepublic2016-04-28 05:372016-06-10 14:31
ReporterFlorent Castelli 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformMacOSOSXOS Version10.11
Product VersionCMake 3.5.2 
Target VersionFixed in Version 
Summary0016086: Ninja generator doesn't handle multiple Mac apps using the same plist file with MACOSX_BUNDLE_INFO_PLIST
DescriptionIf 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042992)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2016-04-28 05:37 Florent Castelli New Issue
2016-06-10 14:29 Kitware Robot Note Added: 0042992
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team