cmake only creates build files (Makefile
).
if you run something with sudo, it’s got to be make install
. make isn’t cmake. different things.
cmake only creates build files (Makefile
).
if you run something with sudo, it’s got to be make install
. make isn’t cmake. different things.