Skip to content

cmake: Let -E create_symlink work on Windows

Jon Chronopoulos requested to merge crondog/cmake:symlink into master

The allows create_symlink to work on Windows. It utilizes uv_fs_symlink. I am still unsure exactly which Windows platforms will work without requiring Administrator privileges or needing a user/group with the "Create Symbolic Links" User Rights. It does work with my Windows 10 Pro with Developer Mode turned on.

Edited by Brad King

Merge request reports