mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00

CMake has a portable touch command using cmake -E touch, use it instead of calling touch that is only available in Unix.
CMake has a portable touch command using cmake -E touch, use it instead of calling touch that is only available in Unix.