Skip to content

Commit

Permalink
Make dictionary editable, fix depending cskk verison (#32)
Browse files Browse the repository at this point in the history
* Fix depending version
  • Loading branch information
naokiri authored Sep 2, 2022
1 parent 58cf850 commit 41f6b00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0063 NEW)
project(fcitx5-cskk VERSION 0.5.0)
project(fcitx5-cskk VERSION 0.6.0)
set(CMAKE_CXX_FLAGS "-Wall")
set(CMAKE_CXX_STANDARD 17)

Expand All @@ -12,7 +12,9 @@ include(ECMUninstallTarget)

find_package(PkgConfig REQUIRED)
find_package(Fcitx5Core 5.0.6 REQUIRED)
pkg_check_modules(LIBCSKK REQUIRED "cskk>=0.6.0")
pkg_check_modules(LIBCSKK REQUIRED "cskk>=0.7.0")

option(ENABLE_QT "Enable Qt for GUI configuration" On)

option(ENABLE_QT "Enable Qt for GUI configuration" On)

Expand Down

0 comments on commit 41f6b00

Please sign in to comment.