Skip to content

Commit 32d28e7

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 2539f9a + 63e550f commit 32d28e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/cmake/modules/PHP/CheckBuiltin.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ function(php_check_builtin builtin result)
7373
set(call "${builtin}();")
7474
endif()
7575

76+
if(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
77+
set(${result} FALSE CACHE INTERNAL "Test ${result}")
78+
endif()
79+
7680
cmake_push_check_state(RESET)
7781
set(CMAKE_REQUIRED_QUIET TRUE)
7882

0 commit comments

Comments
 (0)