Brad King
c1e812ad4f
target_link_libraries: Improve tolerance of unquoted generator expressions
...
Prior to commit 1d709ea2f5 (cmGeneratorTarget: Propagate backtraces from
INTERFACE_LINK_LIBRARIES, 2021-12-15, v3.23.0-rc1~228^2), the value of
`INTERFACE_LINK_LIBRARIES` was a single string. If an unquoted
generator expression passed to `target_link_libraries` contained `;` and
became multiple arguments, they would all accumulate as a single
`;`-separated list in the value of `INTERFACE_LINK_LIBRARIES`. Since
that commit, each argument to `target_link_libraries` is placed in
`INTERFACE_LINK_LIBRARIES` as a separate entry, as has long been the
case for `LINK_LIBRARIES`. That behavior change broke projects that were
accidentally relying on accumulation in `INTERFACE_LINK_LIBRARIES` to
produce complete generator expressions containing `;`.
Teach `target_link_libraries` to accumulate consecutive non-keyword
arguments into a single entry before placing them in `LINK_LIBRARIES` or
`INTERFACE_LINK_LIBRARIES`. For example, treat `a b c` as if they were
written as `"a;b;c"`. This restores the previously accidental support
for unquoted generator expressions in `INTERFACE_LINK_LIBRARIES`, and
also enables it for `LINK_LIBRARIES`.
For now, do not drop the `target_link_libraries` documentation that
recommends quoting generator expressions. Quoting is still important to
populate `LINK_LIBRARIES` in CMake 3.22 and below, and is also good
practice to keep generator expressions whole.
Fixes : #23203
2022-02-15 17:38:33 -05:00
..
2021-10-15 05:05:19 +03:00
2022-01-18 15:39:51 -05:00
2022-01-22 06:35:41 -05:00
2022-01-27 09:38:01 -05:00
2022-01-31 15:27:01 -05:00
2022-01-16 14:05:59 +01:00
2022-01-06 18:52:30 -05:00
2021-10-25 12:27:09 -04:00
2021-11-02 14:45:29 -04:00
2021-12-01 11:17:39 -05:00
2021-10-15 11:23:12 -04:00
2020-09-03 09:30:21 -04:00
2022-01-21 10:59:13 -05:00
2021-12-01 11:17:39 -05:00
2021-12-14 10:48:43 -05:00
2021-11-18 12:02:38 -05:00
2020-09-03 09:30:21 -04:00
2021-09-21 18:11:00 +02:00
2021-08-25 10:09:10 +02:00
2021-11-02 14:45:29 -04:00
2022-01-24 11:46:29 -05:00
2022-02-14 21:12:44 +11:00
2022-01-22 06:35:38 -05:00
2022-01-28 09:36:02 -05:00
2022-02-08 10:43:14 -05:00
2021-09-09 14:02:52 -04:00
2021-08-20 11:23:20 -04:00
2021-10-25 12:27:09 -04:00
2021-10-12 11:40:46 -04:00
2021-10-12 11:40:46 -04:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2022-01-22 06:35:41 -05:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-11-29 09:46:36 +02:00
2021-10-20 13:00:25 -04:00
2020-10-01 14:28:03 +03:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2022-02-02 15:17:30 -05:00
2022-02-02 15:17:30 -05:00
2022-01-06 18:52:30 -05:00
2022-01-19 11:21:35 -05:00
2022-01-22 06:35:41 -05:00
2022-01-06 18:52:30 -05:00
2022-01-06 18:52:30 -05:00
2021-11-02 14:45:29 -04:00
2021-04-15 12:40:37 -04:00
2019-07-21 09:25:32 +02:00
2021-09-28 09:59:24 -04:00
2021-09-21 17:14:04 +02:00
2021-10-05 09:48:46 -04:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-10-27 12:58:46 -04:00
2021-10-27 12:58:46 -04:00
2021-09-28 10:53:54 -04:00
2021-09-28 10:53:54 -04:00
2021-09-21 17:14:04 +02:00
2021-10-25 18:23:13 -04:00
2021-12-14 10:48:43 -05:00
2022-01-06 18:52:30 -05:00
2021-09-19 19:10:59 +02:00
2021-09-19 19:10:59 +02:00
2021-12-14 10:48:43 -05:00
2021-12-14 10:48:43 -05:00
2021-11-05 10:09:28 -04:00
2022-01-20 09:05:35 -05:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2022-01-16 16:21:12 +01:00
2021-11-18 08:59:18 -05:00
2019-10-01 12:26:36 -04:00
2021-10-25 12:27:10 -04:00
2021-10-25 18:23:13 -04:00
2021-10-25 18:23:13 -04:00
2021-12-09 11:00:23 -05:00
2021-10-27 15:17:23 -04:00
2021-10-27 15:17:23 -04:00
2021-09-28 10:53:54 -04:00
2022-02-10 09:07:34 -05:00
2022-02-10 09:07:34 -05:00
2022-02-10 09:07:34 -05:00
2021-10-27 15:17:23 -04:00
2021-09-21 17:14:04 +02:00
2022-01-29 06:48:13 -05:00
2021-10-27 15:17:23 -04:00
2021-01-05 14:32:36 +02:00
2019-10-01 12:26:36 -04:00
2021-10-15 05:05:19 +03:00
2021-09-28 10:53:54 -04:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-12-01 11:33:30 -05:00
2021-10-27 15:17:23 -04:00
2021-09-21 17:14:04 +02:00
2021-10-27 15:17:23 -04:00
2022-01-24 11:33:35 -05:00
2022-01-13 11:56:49 +01:00
2021-10-18 09:29:20 -04:00
2021-08-02 19:42:26 +02:00
2021-09-21 18:11:00 +02:00
2021-08-02 19:42:26 +02:00
2021-10-25 12:27:08 -04:00
2021-01-05 14:32:36 +02:00
2021-10-27 15:17:23 -04:00
2021-10-27 15:17:23 -04:00
2021-10-15 11:23:12 -04:00
2022-01-31 10:41:04 -05:00
2022-02-10 16:30:10 -05:00
2022-02-02 11:09:00 -05:00
2021-12-17 08:55:21 -05:00
2020-09-03 09:30:21 -04:00
2022-02-10 16:30:10 -05:00
2022-02-10 15:25:05 -05:00
2021-12-17 08:55:21 -05:00
2021-12-17 08:55:21 -05:00
2021-12-14 10:48:43 -05:00
2021-09-21 17:14:04 +02:00
2022-01-25 08:39:52 -05:00
2022-01-16 16:21:12 +01:00
2021-10-25 18:23:13 -04:00
2022-01-29 06:48:13 -05:00
2021-01-27 08:45:45 -05:00
2021-02-01 01:38:19 +01:00
2021-10-25 12:27:10 -04:00
2022-02-01 18:25:20 +02:00
2022-01-31 10:36:55 -05:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2022-01-18 15:52:01 -05:00
2021-09-21 17:14:04 +02:00
2021-12-08 10:03:48 -05:00
2021-09-21 17:14:04 +02:00
2019-04-11 13:15:50 -04:00
2021-09-21 17:14:04 +02:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2021-09-21 18:11:00 +02:00
2022-01-22 06:35:41 -05:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2021-11-20 00:50:33 +09:00
2021-11-20 00:50:33 +09:00
2021-11-20 00:50:33 +09:00
2021-11-20 00:50:33 +09:00
2022-01-27 11:11:59 -05:00
2022-01-27 11:11:59 -05:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2022-01-25 11:25:18 -08:00
2022-01-22 06:35:38 -05:00
2021-12-14 10:48:43 -05:00
2021-11-20 00:50:33 +09:00
2022-01-25 11:25:18 -08:00
2021-11-20 00:50:33 +09:00
2022-02-07 13:08:37 +01:00
2022-01-22 06:35:41 -05:00
2022-01-25 11:25:18 -08:00
2021-11-20 00:50:33 +09:00
2022-01-25 11:25:18 -08:00
2021-11-20 00:50:33 +09:00
2022-01-25 11:25:18 -08:00
2021-11-20 00:50:33 +09:00
2021-11-20 00:50:33 +09:00
2021-11-20 00:50:33 +09:00
2022-01-25 11:25:18 -08:00
2022-01-25 11:25:18 -08:00
2022-01-25 11:25:18 -08:00
2021-11-20 00:50:33 +09:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2022-01-22 06:35:38 -05:00
2021-12-08 10:03:48 -05:00
2021-12-08 10:03:48 -05:00
2021-09-21 17:14:04 +02:00
2021-11-20 00:50:33 +09:00
2020-10-01 14:28:03 +03:00
2021-09-28 10:53:54 -04:00
2021-09-21 18:11:00 +02:00
2021-09-10 15:46:21 +02:00
2021-09-21 17:14:04 +02:00
2020-09-03 09:30:21 -04:00
2021-08-19 10:49:30 +02:00
2022-02-10 09:07:34 -05:00
2021-10-27 15:17:23 -04:00
2021-10-27 15:17:23 -04:00
2021-01-28 12:47:58 -05:00
2021-09-21 18:11:00 +02:00
2021-10-27 12:58:02 -04:00
2021-10-27 15:17:23 -04:00
2021-10-27 15:17:23 -04:00
2021-08-02 19:42:26 +02:00
2021-09-28 10:53:54 -04:00
2021-09-30 15:36:35 -04:00
2021-03-22 15:04:54 -04:00
2020-09-03 09:30:21 -04:00
2021-09-28 10:53:54 -04:00
2022-01-29 06:48:11 -05:00
2022-01-29 06:48:13 -05:00
2021-12-09 11:00:23 -05:00
2021-09-21 17:14:04 +02:00
2021-12-08 20:54:04 -05:00
2022-01-25 08:39:52 -05:00
2022-01-25 08:40:41 -05:00
2019-11-19 14:39:00 -05:00
2021-10-25 12:27:10 -04:00
2021-09-21 17:14:04 +02:00
2022-01-31 10:36:55 -05:00
2021-12-16 16:43:17 -05:00
2021-12-01 11:33:30 -05:00
2021-12-01 11:33:30 -05:00
2022-01-28 08:06:13 -05:00
2021-09-28 09:59:24 -04:00
2022-01-25 11:25:18 -08:00
2021-11-20 00:50:33 +09:00
2021-11-20 00:50:33 +09:00
2021-11-20 00:50:33 +09:00
2021-12-23 15:53:04 -08:00
2021-12-23 15:53:04 -08:00
2021-11-16 21:06:13 +09:00
2021-11-16 21:06:13 +09:00
2021-10-27 09:24:54 -04:00
2022-01-02 21:15:19 +11:00
2021-10-25 18:23:13 -04:00
2022-02-10 16:30:10 -05:00
2022-02-10 16:30:10 -05:00
2021-11-07 21:28:08 +02:00
2021-11-07 21:28:08 +02:00
2021-09-28 09:59:24 -04:00
2022-01-27 11:05:04 -05:00
2021-09-21 17:14:04 +02:00
2021-10-25 18:23:13 -04:00
2021-12-08 10:03:48 -05:00
2021-12-08 10:03:48 -05:00
2021-01-05 14:32:36 +02:00
2021-11-08 21:26:00 +02:00
2021-01-27 08:45:45 -05:00
2021-12-01 11:33:30 -05:00
2021-09-21 17:14:04 +02:00
2021-09-28 10:53:54 -04:00
2021-01-27 08:45:45 -05:00
2022-01-25 04:27:15 -05:00
2021-11-08 12:14:53 -06:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-10-25 12:27:09 -04:00
2021-10-21 17:24:22 +03:00
2021-10-25 18:23:13 -04:00
2021-09-21 17:14:04 +02:00
2022-01-20 09:05:35 -05:00
2022-01-20 09:05:35 -05:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-10-25 12:27:09 -04:00
2021-10-05 23:29:16 +11:00
2021-09-21 18:11:00 +02:00
2021-08-19 12:23:16 -04:00
2021-11-18 12:02:38 -05:00
2021-09-28 09:59:24 -04:00
2021-12-14 10:48:43 -05:00
2021-09-28 09:59:24 -04:00
2021-10-05 23:29:16 +11:00
2021-12-14 10:48:43 -05:00
2021-12-14 10:48:43 -05:00
2020-09-03 09:30:21 -04:00
2021-09-21 17:14:04 +02:00
2019-09-12 18:16:17 +02:00
2021-10-27 09:15:00 -04:00
2021-10-27 09:15:00 -04:00
2021-10-20 11:18:06 -04:00
2021-10-20 11:18:06 -04:00
2021-11-03 10:50:54 -04:00
2022-02-02 11:09:00 -05:00
2022-02-02 11:09:00 -05:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-08-25 10:09:10 +02:00
2021-09-21 17:14:04 +02:00
2021-08-25 10:09:10 +02:00
2021-08-25 10:09:10 +02:00
2021-09-21 18:11:00 +02:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2020-09-03 09:30:21 -04:00
2020-09-03 09:30:21 -04:00
2022-01-24 12:37:52 -05:00
2021-09-21 17:14:04 +02:00
2022-01-26 08:58:03 -05:00
2022-01-20 09:05:35 -05:00
2022-01-20 09:05:35 -05:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-09-03 09:52:14 -04:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:05 +02:00
2021-09-21 18:11:00 +02:00
2021-10-25 18:23:13 -04:00
2021-12-02 11:45:38 -05:00
2021-10-27 12:58:02 -04:00
2022-02-10 09:07:34 -05:00
2022-02-10 09:07:34 -05:00
2021-09-03 09:52:14 -04:00
2021-12-08 10:03:48 -05:00
2021-10-27 15:17:23 -04:00
2021-09-03 09:52:14 -04:00
2020-09-03 09:30:21 -04:00
2021-09-03 09:52:14 -04:00
2022-02-15 17:38:33 -05:00
2021-09-03 09:52:14 -04:00
2021-10-27 15:17:23 -04:00
2021-10-27 15:17:23 -04:00
2021-12-08 10:03:48 -05:00
2021-12-08 10:03:48 -05:00
2021-10-27 15:17:23 -04:00
2021-09-21 18:11:00 +02:00
2021-09-21 17:14:04 +02:00
2021-09-21 17:14:04 +02:00
2022-01-28 06:23:57 -05:00
2022-01-28 06:23:57 -05:00
2022-01-16 16:21:12 +01:00
2021-10-25 18:23:13 -04:00
2021-09-21 17:14:04 +02:00
2021-09-28 09:59:24 -04:00
2020-09-03 09:30:21 -04:00
2021-09-21 17:14:05 +02:00
2021-09-21 18:11:00 +02:00
2021-09-21 17:14:04 +02:00
2019-10-17 09:38:31 -04:00
2021-09-21 17:14:04 +02:00
2021-01-27 08:45:44 -05:00
2022-02-08 08:39:34 -05:00
2022-01-24 11:46:29 -05:00
2022-01-27 21:43:52 +02:00
2021-11-20 00:50:33 +09:00
2022-02-07 13:08:37 +01:00
2022-02-07 13:08:37 +01:00
2022-02-07 13:08:37 +01:00
2021-11-02 14:45:29 -04:00
2021-11-20 00:50:33 +09:00
2021-11-02 14:45:29 -04:00
2021-12-23 11:53:39 -08:00
2021-10-29 11:52:58 -04:00
2021-10-29 11:52:58 -04:00
2021-08-11 08:57:45 -04:00
2020-09-03 09:30:21 -04:00
2021-09-28 09:59:24 -04:00
2021-11-16 21:06:13 +09:00
2021-11-16 21:06:13 +09:00
2021-11-16 21:06:13 +09:00
2021-11-16 21:06:13 +09:00
2021-11-16 21:06:13 +09:00
2021-11-04 09:20:48 -04:00
2021-11-04 09:20:48 -04:00
2021-10-26 09:46:34 -04:00
2021-10-25 18:23:13 -04:00