uint128 and CMake

1. Add to the check for HAVE___UINT128_T adding it to the list of items
   that get dumped into the options.h file.
pull/6965/head
John Safranek 2023-11-10 14:59:41 -08:00
parent 49a219e0d1
commit d34d77681a
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ check_type_size("time_t" SIZEOF_TIME_T)
# but we want it as 1.
if(HAVE___UINT128_T)
set(HAVE___UINT128_T "1" CACHE INTERNAL "Result of TRY_COMPILE" FORCE)
list(APPEND WOLFSSL_DEFINITIONS "-DHAVE___UINT128_T")
endif()
include(TestBigEndian)