CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 11.1.0 -- The CXX compiler identification is GNU 11.1.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") -- Checking for module 'fcitx' -- Found fcitx, version 4.2.9.7 -- Checking for module 'fcitx-config' -- Found fcitx-config, version 4.2.9.7 -- Checking for module 'fcitx-utils' -- Found fcitx-utils, version 4.2.9.7 -- fcitx4-config found /usr/bin/fcitx4-config -- Found Fcitx: 4.2.9.7 (Required is at least version "4.2.8.1") -- Checking for module 'rime>=1.0.0' -- Found rime, version 1.7.3 CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Brise (missing: BRISE_DIR) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) cmake/FindBrise.cmake:24 (find_package_handle_standard_args) CMakeLists.txt:12 (find_package) -- Configuring incomplete, errors occurred! See also "/build/fcitx-rime/src/fcitx-rime-0.3.2/CMakeFiles/CMakeOutput.log". ==> ERROR: A failure occurred in build().  Aborting...