chewing / libchewing

libchewing - The intelligent phonetic input method library
https://chewing.im/
GNU Lesser General Public License v2.1
356 stars 89 forks source link

build: fix building without using CMake presets #575

Closed yan12125 closed 1 month ago

yan12125 commented 1 month ago

In such cases, WITH_RUST is not defined, and thus wrong CMake commands in data/CMakeLists.txt are used.

This is a follow-up of https://github.com/chewing/libchewing/pull/567, where the CMake option WITH_RUST is gone.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.07%. Comparing base (630904b) to head (b21ff8f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #575 +/- ## ======================================= Coverage 89.07% 89.07% ======================================= Files 37 37 Lines 8084 8084 ======================================= Hits 7201 7201 Misses 883 883 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.