Skip to content

Commit

Permalink
Merge pull request wolfSSL#6965 from ejohnstown/uint128-cmake
Browse files Browse the repository at this point in the history
uint128 and CMake
  • Loading branch information
dgarske authored Nov 11, 2023
2 parents c903a8c + d34d776 commit 7c24b2d
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 7c24b2d

Please sign in to comment.