| commit | a3a85524cd133888288689871e69da76f2267eda | [log] [tgz] |
|---|---|---|
| author | Kyle Edwards <kyle.edwards@kitware.com> | Thu Nov 16 14:36:25 2023 -0500 |
| committer | Brad King <brad.king@kitware.com> | Fri Nov 17 07:59:05 2023 -0500 |
| tree | 1d0cccdf4bc6e94ad9a4317fc950082d6aa2f129 | |
| parent | d6c81467aad117a68ce80f76c9df811d18675a42 [diff] |
fileapi: Fix file sets' base directories relative to top source This field was added by commit b3e9fb67bb (file-api: support exporting file set information, 2022-11-03, v3.26.0-rc1~389^2) but the relative path convention used elsewhere was accidentally left out. Fixes: #25422