From 03539710ef271f9a2ea76112cdb86d8efd22e16b Mon Sep 17 00:00:00 2001 From: Artyom Bystrov Date: Sun, 14 May 2023 11:22:03 +0300 Subject: [PATCH] Fix proccess of build --- opentoonz/toonz/sources/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toonz/sources/CMakeLists.txt b/toonz/sources/CMakeLists.txt index 9eb1149c..4b8b4119 100644 --- a/toonz/sources/CMakeLists.txt +++ b/toonz/sources/CMakeLists.txt @@ -601,7 +601,7 @@ if(WITH_TRANSLATION) ) endforeach() - qt5_create_translation(message ${translation} ${ARGN}) +# qt5_create_translation(message ${translation} ${ARGN}) add_custom_target("translation_${module}" DEPENDS ${message}) set_target_properties("translation_${module}" PROPERTIES -- 2.33.8