mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
afb7f6e4ff
The allows `-E 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. In the test suite check that the symlink either worked or failed with a permissions error. Use recent changes in cmSystemTools::FileExists to check that a symlink is broken.
6 lines
135 B
ReStructuredText
6 lines
135 B
ReStructuredText
create_symlink-windows
|
|
-------------------------
|
|
|
|
* The :manual:`cmake(1)` ``-E create_symlink`` command can now be used
|
|
on Windows.
|