summaryrefslogtreecommitdiff
path: root/textproc/fcitx5-qt/files/extra-patch-CMakeLists.txt
blob: 7fa1abdc5bf2e8b6b4580e16f4d793a798a469f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- CMakeLists.txt.orig	2022-08-31 10:36:00 UTC
+++ CMakeLists.txt
@@ -80,11 +80,6 @@ if(ENABLE_QT6)
   add_subdirectory(qt6)
 endif()
 
-if(NOT BUILD_ONLY_PLUGIN)
-find_package(Gettext REQUIRED)
-add_subdirectory(po)
-endif()
-
 enable_testing()
 add_subdirectory(test)