We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a84233 commit 6212700Copy full SHA for 6212700
1 file changed
third_party/openssl/CMakeLists.txt
@@ -1203,6 +1203,10 @@ target_compile_definitions(ssl INTERFACE -DOPENSSL_NO_ENGINE)
1203
# target_compile_definitions(crypto PUBLIC -DTHIRTY_TWO_BIT)
1204
#endif()
1205
1206
+if(CMAKE_SIZEOF_VOID_P EQUAL 4)
1207
+ message(FATAL_ERROR "32-bit builds are not supported !!!")
1208
+endif()
1209
+
1210
if (APPLE)
1211
target_compile_definitions(crypto PRIVATE -DASYNC_NULL)
1212
endif()
0 commit comments