Re: [OE-core] [PATCH] cmake: Use compiler launcher variable when ccache is enabled

2019-05-28 Thread Philippe Normand
On 2019-05-28 20:22, Andre McCurdy wrote: > On Tue, May 28, 2019 at 12:13 PM Philippe Normand wrote: >> >> Setting the CMAKE_C{,XX}_COMPILER_LAUNCHER variables is the recomended way to >> deal with ccache in CMake. It allows build scripts to optionally opt-out of >> CMake, which is especially

Re: [OE-core] [PATCH] cmake: Use compiler launcher variable when ccache is enabled

2019-05-28 Thread Andre McCurdy
On Tue, May 28, 2019 at 12:13 PM Philippe Normand wrote: > > Setting the CMAKE_C{,XX}_COMPILER_LAUNCHER variables is the recomended way to > deal with ccache in CMake. It allows build scripts to optionally opt-out of > CMake, which is especially useful when the pre-processed GCC output is >