Skip to content

Commit d34d776

Browse files
committed
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.
1 parent 49a219e commit d34d776

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ check_type_size("time_t" SIZEOF_TIME_T)
127127
# but we want it as 1.
128128
if(HAVE___UINT128_T)
129129
set(HAVE___UINT128_T "1" CACHE INTERNAL "Result of TRY_COMPILE" FORCE)
130+
list(APPEND WOLFSSL_DEFINITIONS "-DHAVE___UINT128_T")
130131
endif()
131132

132133
include(TestBigEndian)

0 commit comments

Comments
 (0)