Files
CMake/Tests/RunCMake/File_Archive
Tyler Yankee 4229667859 Tests: Extend symlink-related archive tests to cross-platform
Use `cmake -E create_symlink` or `file(CREATE_LINK)` as appropriate
instead of `ln -sf` on UNIX only to extend cases of (a) symlinks inside
archives and (b) archive extraction to a directory symlink to non-UNIX
platforms where either of these modes may be supported.

The latter relies on the NEW behavior of CMP0205 as it uses
`COPY_ON_ERROR` for platforms where directory symlinks aren't
supported.

Issue: #27756
2026-04-22 13:59:20 -04:00
..
2025-12-02 10:44:49 +03:00