This will allow to check for group options. For example the
-Wformat-security flag depends on -Wformat for GCC.
There is currently no change in behavior.
Differential D6310
[CMAKE] Allow for checking support for several flags at the same time Fabien on Jun 1 2020, 13:13. Authored by Tags None Subscribers None
Details
This will allow to check for group options. For example the There is currently no change in behavior. Before this diff: mkdir -p before && cd before cmake -GNinja .. > before.txt After this diff: mkdir -p after && cd after cmake -GNinja .. > after.txt Then: diff before/before.txt after/after.txt should return no difference but the build path.
Diff Detail
Event Timeline |