GenossGPT icon indicating copy to clipboard operation
GenossGPT copied to clipboard

The cmake .. Command Failed

Open NickDeBeenSAE opened this issue 11 months ago • 5 comments

The above happened because you didn't specify what to build inside of the build directory of gpt4all-backend as per following the repositories instructions.

cmake ..
CMake Warning:
  Ignoring extra path from command line:

   ".."


CMake Error: The source directory "/home/kali/gpt4all" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

NickDeBeenSAE avatar Aug 09 '23 04:08 NickDeBeenSAE