mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-17 02:34:36 +00:00
Merge pull request #706 from libexpat/autotools-sync-cmake-files
autotools: Sync CMake templates with CMake 3.24
This commit is contained in:
commit
c18f6fc455
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue