From: Rui N. C. <rn...@rn...> - 2025-06-05 15:17:26
|
On 6/5/25 11:34, Christian Schoenebeck wrote: > On Tuesday, June 3, 2025 8:53:36 PM CEST TJ Lindgren via Linuxsampler-devel wrote: > > The problem I have is, I don't see an obvious way how to output where cmake is > installing to, or how exactly. I tried the only documented way which is > > cmake --install build --verbose > > But that does not output anything more than without --verbose. > > Rui, you don't have a clue either, right? > Yes I do, use the following spell: # configure: cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -B build # build: cmake --build build # install: much like for make DESTDIR env var might be handy here: \ cmake --install build hth. -- rncbc aka. Rui Nuno Capela rn...@rn... |