Files
CMake/Source
Craig Scott 92e63421cb install: Restore treatment of DESTINATION as a single-valued keyword
The `install(RUNTIME_DEPENDENCY_SET)` form processes its arguments in a
slightly different way to other forms of the command. It handles the
`POST_...`, `PRE_...` and `DIRECTORIES` keywords separately. These
keywords are not visible to the first layer of keyword processing, so
they don't terminate multi-value keyword value parsing.

Before commit 6a1fac1450 (install: Normalize DESTINATION paths,
2024-09-18, v3.31.0-rc1~73^2), the `DESTINATION` keyword was handled as
a simple string value. That commit changed it to use a function so it
could process the value before storing it, but the function returned the
wrong value. This meant it was treated as a multi-value keyword instead
of a single-value keyword.

Fixes: #26512
2024-12-11 09:58:39 -05:00
..
2024-10-25 08:43:04 -04:00
2024-08-28 14:13:05 -04:00
2024-07-30 10:27:03 -04:00
2024-12-05 08:42:47 -05:00
2024-08-02 00:14:57 +02:00
2024-03-08 09:49:03 -05:00
2024-09-05 09:20:23 -04:00
2024-08-19 15:10:34 -04:00
2024-02-09 08:58:46 -05:00