https://github.com/Kitware/CMake
Revision 58a271e60b53f6d2393f84bc3f56f087b3d7f5af authored by Brad King on 08 February 2024, 21:35:54 UTC, committed by Brad King on 08 February 2024, 21:46:53 UTC
Use the new `UV_PROCESS_WINDOWS_FILE_PATH_EXACT_NAME` option when
building against libuv 1.48 or higher.
1 parent f4b5152
Raw File
Tip revision: 58a271e60b53f6d2393f84bc3f56f087b3d7f5af authored by Brad King on 08 February 2024, 21:35:54 UTC
cmUVProcessChain: Implement no-extension-on-Windows support with libuv 1.48
Tip revision: 58a271e
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top