disable tests for ios

This commit is contained in:
Andrei Yankovich 2022-05-17 09:36:54 +03:00
parent 7281435f64
commit 1beee7dd32

View File

@ -28,7 +28,7 @@ if (NOT DEFINED BIGINT_TESTS)
endif()
endif()
if (ANDROID)
if (ANDROID OR IOS)
set(BIGINT_TESTS OFF)
endif()