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()