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