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 d028366 commit 472f4eeCopy full SHA for 472f4ee
cmake/cmake/ConfigureChecks.cmake
@@ -164,7 +164,7 @@ set(HAVE_PTRDIFF_T 1 CACHE INTERNAL "Whether ptrdiff_t is available")
164
if(NOT SIZEOF_PTRDIFF_T)
165
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
166
set(SIZEOF_PTRDIFF_T 4 CACHE INTERNAL "Size of ptrdiff_t")
167
- else
+ else()
168
set(SIZEOF_PTRDIFF_T 8 CACHE INTERNAL "Size of ptrdiff_t")
169
endif()
170
0 commit comments