Browse Source

disable tests by default

Andrey Filipenkov 3 years ago
parent
commit
c20ae90973
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
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)