Merge pull request from libexpat/autotools-sync-cmake-files

autotools: Sync CMake templates with CMake 3.24
This commit is contained in:
Sebastian Pipping 2023-04-06 23:00:03 +02:00 committed by GitHub
commit c18f6fc455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ endif()
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "@ac_cv_sizeof_void_p@" STREQUAL "")
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "@ac_cv_sizeof_void_p@" STREQUAL "")
return()
endif()