> $ cmake -B build -C rpm

So in above you are NOT passim -S and -B and looks like you are running cmake 
from outside root source tree..
Please try `cmake -B build -S . -C rpm`. (IIRC -C it is only cache dir so it 
should not matter)

> $ cmake --build build/
> $ cmake --install build/

Here you need to pass DESTDIR as well. Please try `DESTDIR=/tmp/rpm.test cmake 
--install build`


-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2651#issuecomment-1711749474
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2651/c1711749...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to