We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92edb2 commit 4066f79Copy full SHA for 4066f79
CMakeLists.txt
@@ -16,7 +16,7 @@ find_package(PkgConfig REQUIRED)
16
find_package(Fcitx5Core 5.0.6 REQUIRED)
17
find_package(Fcitx5Utils 5.0.6 REQUIRED)
18
19
-pkg_check_modules(LIBCSKK REQUIRED IMPORTED_TARGET "cskk>=0.8.1")
+pkg_check_modules(LIBCSKK REQUIRED IMPORTED_TARGET "cskk>=0.8.2")
20
21
option(ENABLE_QT "Enable Qt for GUI configuration" On)
22
0 commit comments