Skip to content

Commit 1e842a7

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 7a867da + c662b57 commit 1e842a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cmake/ConfigureChecks.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ set(HAVE_PTRDIFF_T 1 CACHE INTERNAL "Whether ptrdiff_t is available")
162162
if(NOT SIZEOF_PTRDIFF_T)
163163
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
164164
set(SIZEOF_PTRDIFF_T 4 CACHE INTERNAL "Size of ptrdiff_t")
165-
else
165+
else()
166166
set(SIZEOF_PTRDIFF_T 8 CACHE INTERNAL "Size of ptrdiff_t")
167167
endif()
168168

0 commit comments

Comments
 (0)