Skip to content

Commit

Permalink
Bump required version to 0.7.0 for new layout
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed May 3, 2024
1 parent 254f8ab commit b9a8ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option(ENABLE_TEST "Build Test" On)
option(ENABLE_COVERAGE "Build the project with gcov support (Need ENABLE_TEST=On)" Off)

if (NOT DEFINED CHEWING_TARGET)
pkg_check_modules(Chewing "chewing>=0.5.0" IMPORTED_TARGET REQUIRED)
pkg_check_modules(Chewing "chewing>=0.7.0" IMPORTED_TARGET REQUIRED)
set(CHEWING_TARGET PkgConfig::Chewing)
endif()

Expand Down

0 comments on commit b9a8ed6

Please sign in to comment.