diff --git a/CMakeLists.txt b/CMakeLists.txt index bb6cf8e6a..4f1b8c7d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,8 +41,8 @@ set(VCMI_VERSION_MAJOR 1) set(VCMI_VERSION_MINOR 0) set(VCMI_VERSION_PATCH 0) -option(ENABLE_ERM "Enable compilation of ERM scripting module" ON) -option(ENABLE_LUA "Enable compilation of LUA scripting module" ON) +option(ENABLE_ERM "Enable compilation of ERM scripting module" OFF) +option(ENABLE_LUA "Enable compilation of LUA scripting module" OFF) option(ENABLE_LAUNCHER "Enable compilation of launcher" ON) option(ENABLE_TEST "Enable compilation of unit tests" ON) if(NOT ${CMAKE_VERSION} VERSION_LESS "3.16.0") diff --git a/CMakePresets.json b/CMakePresets.json index e1735cbfd..20a5a23ed 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -79,11 +79,7 @@ "name": "macos-arm-conan-ninja-release", "displayName": "Ninja+Conan arm64 release", "description": "VCMI MacOS-arm64 Ninja using Conan", - "inherits": "macos-conan-ninja-release", - "cacheVariables": { - "ENABLE_ERM": "OFF", - "ENABLE_LUA": "OFF" - } + "inherits": "macos-conan-ninja-release" }, { "name": "macos-xcode-release",