mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
disable scripting modules by default
This commit is contained in:
parent
8e1c88e8c5
commit
f54f8022e2
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user