diff --git a/CMakePresets.json b/CMakePresets.json index 460875373..e37128de2 100644 --- a/CMakePresets.json +++ b/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++" }