maui-shell icon indicating copy to clipboard operation
maui-shell copied to clipboard

Can't compile Maui Shell on ArchLinux, "Can't find MauiKitConfig.cmake"

Open SunRain opened this issue 10 months ago • 0 comments

Try to build maui-shell as the installation process https://github.com/Nitrux/maui-shell/wiki/Build-Instructions-for-Arch-Linux

To Reproduce


CMake Error at casklib/CMakeLists.txt:73 (find_package):
  By not providing "FindMauiKit.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "MauiKit", but
  CMake did not find one.

  Could not find a package configuration file provided by "MauiKit" with any
  of the following names:

    MauiKitConfig.cmake
    mauikit-config.cmake

  Add the installation prefix of "MauiKit" to CMAKE_PREFIX_PATH or set
  "MauiKit_DIR" to a directory containing one of the above files.  If
  "MauiKit" provides a separate development package or SDK, be sure it has
  been installed.

SunRain avatar Aug 30 '23 15:08 SunRain