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.
2 parents 0397d75 + 32d28e7 commit 4453770Copy full SHA for 4453770
cmake/cmake/modules/PHP/CheckBuiltin.cmake
@@ -73,6 +73,10 @@ function(php_check_builtin builtin result)
73
set(call "${builtin}();")
74
endif()
75
76
+ if(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
77
+ set(${result} FALSE CACHE INTERNAL "Test ${result}")
78
+ endif()
79
+
80
cmake_push_check_state(RESET)
81
set(CMAKE_REQUIRED_QUIET TRUE)
82
0 commit comments