From a2d545189b9362c22e3e07086e7a4a8017a8ef76 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 15 Jan 2024 21:23:05 -0500 Subject: [PATCH] COMP: Fix build removing nonexistent resource reference This removes the reference to `Resources/CTK~vtkModalityWidget_LANG.ts` originally introduced in 2facb49 ("Fix Slicer crash when using localized DICOM module", 2023-04-12) and partially removed in a76855c ("Mark translatable strings", 2024-01-03) --- LanguageTools/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/LanguageTools/CMakeLists.txt b/LanguageTools/CMakeLists.txt index 3f6d005..c3d5ef2 100644 --- a/LanguageTools/CMakeLists.txt +++ b/LanguageTools/CMakeLists.txt @@ -11,7 +11,6 @@ set(MODULE_PYTHON_RESOURCES Resources/UI/${MODULE_NAME}.ui Resources/Fonts/NotoSansTC-Regular.otf Resources/Fonts/NotoSerifTC-Regular.otf - Resources/CTK~vtkModalityWidget_LANG.ts ) #-----------------------------------------------------------------------------