We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c903a8c + d34d776 commit 7c24b2dCopy full SHA for 7c24b2d
1 file changed
CMakeLists.txt
@@ -127,6 +127,7 @@ check_type_size("time_t" SIZEOF_TIME_T)
127
# but we want it as 1.
128
if(HAVE___UINT128_T)
129
set(HAVE___UINT128_T "1" CACHE INTERNAL "Result of TRY_COMPILE" FORCE)
130
+ list(APPEND WOLFSSL_DEFINITIONS "-DHAVE___UINT128_T")
131
endif()
132
133
include(TestBigEndian)
0 commit comments