Skip to content

Commit

Permalink
uint128 and CMake
Browse files Browse the repository at this point in the history
1. Add to the check for HAVE___UINT128_T adding it to the list of items
   that get dumped into the options.h file.
  • Loading branch information
ejohnstown committed Nov 10, 2023
1 parent 49a219e commit d34d776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d34d776

Please sign in to comment.