Do not create translations for basic_games (failed msbuild).

This commit is contained in:
Mikaël Capelle
2021-02-23 17:16:42 +01:00
parent 51d8109a73
commit 95fd746eaf
+1
View File
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.16)
project(basic_games LANGUAGES NONE)
set(project_type python_module_plugin)
set(enable_warnings OFF)
set(create_translations OFF)
if(DEFINED DEPENDENCIES_DIR)
include(${DEPENDENCIES_DIR}/modorganizer_super/cmake_common/project.cmake)