files icon indicating copy to clipboard operation
files copied to clipboard

getting error

Open tarbear123 opened this issue 4 years ago • 3 comments

everytime i make it, i get this error: CMake Error: The source directory "/home" does not appear to contain CMakeLists.txt Specify --help for usage, or press the help button on the CMake GUI. plz help

tarbear123 avatar Oct 23 '19 14:10 tarbear123

Please paste all the commands you are using to build and in which directories.

plfiorini avatar Oct 23 '19 15:10 plfiorini

mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix .. make make install # use sudo if necessary

tarbear123 avatar Oct 23 '19 18:10 tarbear123

I mean what you actually write not the instructions. You are probably running cmake from /home not the source directory.

plfiorini avatar Oct 23 '19 18:10 plfiorini