Undo custom support for ccache

Authored by rkflx on Aug 8 2018, 10:54 PM.

Description

Undo custom support for ccache

de7b8dd23c97 added custom CMake code to support compiling with ccache,
however with current CMake versions (since 3.4, which even Ubuntu 16.04
ships) one can simply use -DCMAKE_CXX_COMPILER_LAUNCHER=ccache.

Let's simplify Gwenview's CMake code. If at all, such a feature should
end up in ECM, but even in the discussions in D7288 and de7b8dd23c97
there were doubts about the general usefulness.

Details

Committed
rkflxAug 8 2018, 10:54 PM
Parents
R260:a8dcc6cade3c: Deduplicate some conditional branches in RasterImageView
Branches
Unknown
Tags
Unknown
bam added a subscriber: bam.May 13 2020, 11:07 AM
bam added a comment.May 13 2020, 11:12 AM

Is it documented anywhere how one can build Plasma with -DCMAKE_CXX_COMPILER_LAUNCHER=ccache?