Skip to content

Commit 472f4ee

Browse files
committed
Fix typo
1 parent d028366 commit 472f4ee

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
@@ -164,7 +164,7 @@ set(HAVE_PTRDIFF_T 1 CACHE INTERNAL "Whether ptrdiff_t is available")
164164
if(NOT SIZEOF_PTRDIFF_T)
165165
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
166166
set(SIZEOF_PTRDIFF_T 4 CACHE INTERNAL "Size of ptrdiff_t")
167-
else
167+
else()
168168
set(SIZEOF_PTRDIFF_T 8 CACHE INTERNAL "Size of ptrdiff_t")
169169
endif()
170170

0 commit comments

Comments
 (0)