commit | 7b9378be43ac244baefb03bd7ab34ae882d3c1f1 | [log] [tgz] |
---|---|---|
author | Ben Boeckel <ben.boeckel@kitware.com> | Tue Jul 25 14:21:49 2023 -0400 |
committer | Ben Boeckel <ben.boeckel@kitware.com> | Sat Jul 29 09:35:20 2023 -0400 |
tree | 02442c7317f9ae9f4ca9bc8f1e63d1a1c7e4734b | |
parent | 16c24cce4775d46787cc27fe49108271d6bcf167 [diff] |
Tests/RunCMake/property_init: add a function to parse property tables The tables will be triples of property / value / alias value. Parsing is a bit tricky, but is easier when `foreach (IN ZIP_LISTS)` with the values in their distinct list.