We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199edc5 commit c6ac123Copy full SHA for c6ac123
cmake/cmake/platforms/Windows.cmake
@@ -59,9 +59,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
59
# Whether systems has setitimer().
60
set(HAVE_SETITIMER FALSE)
61
62
- # Windows has setjmp() in <setjmp.h> instead.
63
- set(HAVE_SIGSETJMP FALSE)
64
-
65
# PHP has socketpair() emulation implemented on Windows.
66
set(HAVE_SOCKETPAIR TRUE)
67
0 commit comments