From 60e744978c4c0a77b6c6885187c9498e236cb37a Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 27 Oct 2025 11:22:24 +0300 Subject: [PATCH] force disabled tests --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed684ca..324a95e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ else () check_cxx_compiler_flag("-mavx2" COMPILER_SUPPORTS_AVX2) endif () -option(OMATH_BUILD_TESTS "Build unit tests" ${PROJECT_IS_TOP_LEVEL}) +option(OMATH_BUILD_TESTS "Build unit tests" OFF) option(OMATH_BUILD_BENCHMARK "Build benchmarks" OFF) option(OMATH_THREAT_WARNING_AS_ERROR "Set highest level of warnings and force compiler to treat them as errors" ON) option(OMATH_BUILD_AS_SHARED_LIBRARY "Build Omath as .so or .dll" OFF)