Skip to content

Commit 7c24b2d

Browse files
authored
Merge pull request #6965 from ejohnstown/uint128-cmake
uint128 and CMake
2 parents c903a8c + d34d776 commit 7c24b2d

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)