#465 closed enhancement (done)
Better CMAKE config for the LP tools
Reported by: | Alpar Juttner | Owned by: | Akos Ladanyi |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.3 release |
Component: | build system | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
The following two CMAKE config settings would especially nice when LEMON is used as a subproject:
- enable/disable each LP backend individually from CMAKE config.
- set the default LP backend.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | 561cac8fe04f.patch added |
---|
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → done |
---|---|
Status: | new → closed |
It is in the main branch as [fc3854d936f7].
comment:3 Changed 11 years ago by
The changeset [e00d7b681d8e] fixes a stupid bug in the default LP/MIP setting. It is merged to branches 1.3 and main.
Note: See
TracTickets for help on using
tickets.
The attached [561cac8fe04f] implements this feature.