From 1beee7dd3222cf372118e1989dd1437bf646a2ae Mon Sep 17 00:00:00 2001 From: EndrII Date: Tue, 17 May 2022 09:36:54 +0300 Subject: [PATCH] disable tests for ios --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e46a271..f7e81e6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ if (NOT DEFINED BIGINT_TESTS) endif() endif() - if (ANDROID) + if (ANDROID OR IOS) set(BIGINT_TESTS OFF) endif()