Re: [Pan-users] [ANNOUNCE] Pan release 0.161

2024-10-26 Thread Brian Morrison via Pan-users
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

Re: [Pan-users] [ANNOUNCE] Pan release 0.161

2024-10-26 Thread Dominique Dumont
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