Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check link libraries properties: fix performances regression | Marc Chevrier | 2022-09-07 | 1 | -3/+3 |
| | | | | Fixes: #23939 | ||||
* | Genex LINK_LIBRARY and LINK_GROUP: check supported properties | Marc Chevrier | 2022-07-06 | 10 | -6/+34 |
| | | | | | | | Refines check for properties supporting these genex. Enhance error message. Fixes: #23699 | ||||
* | genex-LINK_(LIBRARY|GROUP) features: update variables behavior | Marc Chevrier | 2022-03-25 | 4 | -0/+19 |
| | | | | | | | | Variable CMAKE_LINK_(LIBRARY|GROUP)_USING_<FEATURE>_SUPPORTED is evaluated only if CMAKE_<LANG>_LINK_(LIBRARY|GROUP)_USING_<FEATURE>_SUPPORTED is not defined. This new behavior enable to activate a feature globally on a platform and to disable it for some compilers and languages. | ||||
* | Genex-LINK_GROUP: Add possibility to group libraries at link step | Marc Chevrier | 2022-02-28 | 85 | -0/+583 |
Fixes: #23121 |