Opened 6 weeks ago
Closed 3 days ago
#641 closed defect (fixed)
Maintainer mode does not work as expected
Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.4 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
With newer version of CMAKE
(e.g. 3.17.0
)the Maintainer
mode does not work properly, it disregards the mode specific compiler flags.
Any suggestion how to fix it?
Attachments (1)
Change History (4)
Changed 5 weeks ago by
Attachment: | 641-736a341e604b.patch added |
---|
comment:1 Changed 5 weeks ago by
comment:3 Changed 3 days ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The attached patch fixes this by adding
FORCE
flags to the corresponding variable settings. It has an effect that these settings cannot be overwritten, but I can't see other option.In addition it removes
OLD behavior for policy...
warnings by changing them toNEW
. Expect forCMP0048
, which is impossible change, because our versioning system is incompatible with the one required by the new policy.