mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
disable scripting modules by default
This commit is contained in:
@@ -41,8 +41,8 @@ set(VCMI_VERSION_MAJOR 1)
|
|||||||
set(VCMI_VERSION_MINOR 0)
|
set(VCMI_VERSION_MINOR 0)
|
||||||
set(VCMI_VERSION_PATCH 0)
|
set(VCMI_VERSION_PATCH 0)
|
||||||
|
|
||||||
option(ENABLE_ERM "Enable compilation of ERM scripting module" ON)
|
option(ENABLE_ERM "Enable compilation of ERM scripting module" OFF)
|
||||||
option(ENABLE_LUA "Enable compilation of LUA scripting module" ON)
|
option(ENABLE_LUA "Enable compilation of LUA scripting module" OFF)
|
||||||
option(ENABLE_LAUNCHER "Enable compilation of launcher" ON)
|
option(ENABLE_LAUNCHER "Enable compilation of launcher" ON)
|
||||||
option(ENABLE_TEST "Enable compilation of unit tests" ON)
|
option(ENABLE_TEST "Enable compilation of unit tests" ON)
|
||||||
if(NOT ${CMAKE_VERSION} VERSION_LESS "3.16.0")
|
if(NOT ${CMAKE_VERSION} VERSION_LESS "3.16.0")
|
||||||
|
@@ -79,11 +79,7 @@
|
|||||||
"name": "macos-arm-conan-ninja-release",
|
"name": "macos-arm-conan-ninja-release",
|
||||||
"displayName": "Ninja+Conan arm64 release",
|
"displayName": "Ninja+Conan arm64 release",
|
||||||
"description": "VCMI MacOS-arm64 Ninja using Conan",
|
"description": "VCMI MacOS-arm64 Ninja using Conan",
|
||||||
"inherits": "macos-conan-ninja-release",
|
"inherits": "macos-conan-ninja-release"
|
||||||
"cacheVariables": {
|
|
||||||
"ENABLE_ERM": "OFF",
|
|
||||||
"ENABLE_LUA": "OFF"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "macos-xcode-release",
|
"name": "macos-xcode-release",
|
||||||
|
Reference in New Issue
Block a user