Skip to content

Windows: Use real artifact versioning symlinks if possible

georg-emg requested to merge georg-emg/cmake:symlinks-under-windows into master

When cross compiling from Windows to a platform that uses so-names, real symlinks are now created for the VERSION and SOVERSION links instead of copies, if the user has the necessary privileges

Fixes: #22128 (closed)
Topic-rename: windows-artifact-symlinks

Edited by Brad King

Merge request reports