Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
libIME -> master
libchewing -> 0.8.x
CMake -> bump minimum version to 3.24.0
  • Loading branch information
kanru committed May 19, 2024
1 parent de36ff1 commit fa46eb3
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[submodule "libchewing"]
path = libchewing
url = https://github.com/chewing/libchewing.git
branch = 0.8.x
[submodule "libIME"]
path = libIME
url = https://github.com/EasyIME/libIME.git
branch = master
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.24.0)

# override default c/c++ flags, add /MT to link VC++ runtime statically.
set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_CURRENT_SOURCE_DIR}/cmake/c_flag_overrides.cmake)
Expand Down
2 changes: 0 additions & 2 deletions ChewingPreferences/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 2.8.8)

project(ChewingPreferences)

# http://www.utf8everywhere.org/
Expand Down
2 changes: 0 additions & 2 deletions ChewingTextService/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 2.8.8)

project(ChewingTextService)

if(NOT DEFINED PROJECT_LIBCHEWING)
Expand Down
1 change: 0 additions & 1 deletion chewingwrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 2.8.8)
project(chewingwrapper)

if(NOT DEFINED PROJECT_LIBCHEWING OR NOT DEFINED CHEWING_DATA_PREFIX)
Expand Down
2 changes: 1 addition & 1 deletion libchewing
Submodule libchewing updated 232 files

0 comments on commit fa46eb3

Please sign in to comment.