On Sat, 26 Oct 2024 12:15:10 +0200
Dominique Dumont wrote:
> On Friday, 25 October 2024 20:16:28 CEST Brian Morrison via Pan-users
> wrote:
> > Using rpmbuild and the following spec file
> > [snip]
> > %build
> > mkdir -p std-build
> > cmake -B std-build
>
> Here you should tell cmake where to
On Friday, 25 October 2024 20:16:28 CEST Brian Morrison via Pan-users wrote:
> Using rpmbuild and the following spec file
> [snip]
> %build
> mkdir -p std-build
> cmake -B std-build
Here you should tell cmake where to install files with a command like:
cmake -B std-build -DCMAKE_INSTALL_PREFIX=/u