Files
CMake/Source
Brad King 9c14f14848 install(TARGETS): Do not apply installation tweaks to NAMELINK files
These files are symlinks to the real binaries, and we already apply
tweaks to those.  Previously we generated installation tweak code
guarded by a `NOT IS_SYMLINK` condition that is never true.  Drop the
code altogether.

Add a test covering the motivating use case, in which a `POST_BUILD`
step modifies the namelink file to not actually be a symlink.

Fixes: #24647
2023-03-28 12:06:24 -04:00
..
2023-02-14 14:34:03 -05:00
2023-02-14 14:34:03 -05:00
2023-02-14 14:34:03 -05:00
2023-03-28 00:01:08 -04:00
2023-01-03 07:49:22 -05:00
2023-02-14 14:34:03 -05:00
2023-02-14 14:34:03 -05:00
2023-02-14 14:34:03 -05:00
2023-03-14 09:35:45 -04:00
2023-02-14 14:34:03 -05:00
2023-03-14 15:20:47 -04:00
2023-03-23 08:46:45 -04:00