mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
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.
This commit is contained in:
@ -127,6 +127,7 @@ check_type_size("time_t" SIZEOF_TIME_T)
|
|||||||
# but we want it as 1.
|
# but we want it as 1.
|
||||||
if(HAVE___UINT128_T)
|
if(HAVE___UINT128_T)
|
||||||
set(HAVE___UINT128_T "1" CACHE INTERNAL "Result of TRY_COMPILE" FORCE)
|
set(HAVE___UINT128_T "1" CACHE INTERNAL "Result of TRY_COMPILE" FORCE)
|
||||||
|
list(APPEND WOLFSSL_DEFINITIONS "-DHAVE___UINT128_T")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(TestBigEndian)
|
include(TestBigEndian)
|
||||||
|
Reference in New Issue
Block a user