Browse Source

vcmi: disable lua for GCC

Konstantin P 2 years ago
parent
commit
f03819fba2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CMakePresets.json

+ 2 - 0
CMakePresets.json

@@ -92,6 +92,8 @@
             "description": "VCMI Linux GCC",
             "inherits": "linux-test",
             "cacheVariables": {
+                "ENABLE_LUA" : "OFF",
+                "ENABLE_PCH" : "OFF",
                 "CMAKE_C_COMPILER": "/usr/bin/gcc",
                 "CMAKE_CXX_COMPILER": "/usr/bin/g++"
             }