1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #1099 from kambala-decapitator/disable-tests

disable tests by default
This commit is contained in:
Andrii Danylchenko
2022-11-03 14:01:25 +02:00
committed by GitHub

View File

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