gpt4all icon indicating copy to clipboard operation
gpt4all copied to clipboard

cmake fails on openSUSE Tumbleweed aach64 with `Unknown CMake command "check_cxx_compiler_flag".`

Open ggardet opened this issue 8 months ago • 1 comments
trafficstars

Bug Report

cmake fails on openSUSE Tumbleweed aach64 with:

[   31s] -- ARM detected
[   31s] CMake Error at llama.cpp.cmake:848 (check_cxx_compiler_flag):
[   31s]   Unknown CMake command "check_cxx_compiler_flag".

It is likely missing include(CheckCXXCompilerFlag).

Steps to Reproduce

Try to build on aarch64.

Expected Behavior

cmake should pass on aarch64.

Your Environment

  • GPT4All version: 3.4.2
  • Operating System: openSUSE Tumbleweed aarch64
  • Chat model used (if applicable):

ggardet avatar Mar 13 '25 08:03 ggardet