4
0
mirror of https://github.com/QuasarApp/QtBigInt.git synced 2025-05-03 08:49:36 +00:00

disable tests for ios

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

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