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