include/cmake.mk: Fix the bug in ccache support
authorHirokazu MORIKAWA <morikw2@gmail.com>
Mon, 21 Dec 2020 04:49:40 +0000 (13:49 +0900)
committerHans Dedecker <dedeckeh@gmail.com>
Mon, 21 Dec 2020 18:53:10 +0000 (19:53 +0100)
commitd6cb50c7ba8447f018139401d0d3821069e5f389
treef13be30dd5c85715b3f2af88400a04253fbff8bf
parent20d847d1338f716fc9f143f633b6f79ba6017b5c
include/cmake.mk: Fix the bug in ccache support

Fix the bug in ccache support due to this change.
https://github.com/openwrt/openwrt/commit/bfc433efd4a0c6875a92981d1bd2a5e3e60c61c6

The new cmake uses this for the wrapper.
https://cmake.org/cmake/help/v3.19/prop_tgt/LANG_COMPILER_LAUNCHER.html

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
include/cmake.mk