Re: [Libface-general] CMake and DESTDIR
Status: Beta
Brought to you by:
leshiy_uk
|
From: Hub F. <hu...@fi...> - 2011-08-06 16:25:12
|
On 11-08-06 8:47 AM, Alex Jironkin wrote: > Hi there Leif, > > > DESTDIR. Is this environment variable set by CMake or system? It is a standard environment variable used, amongst other things, by packaging tools (dpkg, rpm, etc.) to stage the installation in a different location. GNU autotools supports it out of the box when doing make install. And to remove any doubts, this is not the same as the prefix. Hub |