diff options
author | Brad King <brad.king@kitware.com> | 2023-10-27 23:18:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-17 13:49:21 (GMT) |
commit | 6ef03ca03e20c3866ae42448c5c25a6bf57536cb (patch) | |
tree | 5b0297a40566756beabc0c2d6a705ecf3f9f49c5 /Source/CMakeLists.txt | |
parent | 6f8532fbfac3912fcb0e8729d549f2bfb045c64e (diff) | |
download | CMake-6ef03ca03e20c3866ae42448c5c25a6bf57536cb.zip CMake-6ef03ca03e20c3866ae42448c5c25a6bf57536cb.tar.gz CMake-6ef03ca03e20c3866ae42448c5c25a6bf57536cb.tar.bz2 |
cmUVSignalHackRAII: Drop outdated and unused libuv SA_RESTART workaround
It is only needed for libuv < 1.19, but since commit c050d6a01e
(string(TIMESTAMP): add %f specifier for microseconds, 2022-01-27,
v3.23.0-rc1~59^2) we require libuv >= 1.28.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 13eade3..eafb3b8 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -450,7 +450,6 @@ add_library( cmUVProcessChain.h cmUVStream.h cmUVStreambuf.h - cmUVSignalHackRAII.h cmVariableWatch.cxx cmVariableWatch.h cmVersion.cxx |