From c20ae90973981023177456d742fd9ae263e9bbc9 Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Thu, 3 Nov 2022 11:33:17 +0300 Subject: [PATCH] disable tests by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e1bb32a0..bb862f887 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ if(APPLE_IOS) set(BUNDLE_IDENTIFIER_PREFIX "" CACHE STRING "Bundle identifier prefix") set(APP_DISPLAY_NAME "VCMI" CACHE STRING "App name on the home screen") else() - option(ENABLE_TEST "Enable compilation of unit tests" ON) + option(ENABLE_TEST "Enable compilation of unit tests" OFF) endif() if(NOT ${CMAKE_VERSION} VERSION_LESS "3.16.0") option(ENABLE_PCH "Enable compilation using precompiled headers" ON)