CMake: remove `ZIG_USE_CCACHE` option
commit1079b5fe63abeaf716baeddc731204927e322643
authorEric Joldasov <bratishkaerik@getgoogleoff.me>
Tue, 14 May 2024 18:00:58 +0000 (14 23:00 +0500)
committerEric Joldasov <bratishkaerik@landless-city.net>
Tue, 14 May 2024 18:40:42 +0000 (14 23:40 +0500)
tree2abf857d94f182b5d41147681e0fbdffdda251ab
parent34ed49c62d55e43afcc7be91391243d273985818
CMake: remove `ZIG_USE_CCACHE` option

Not really useful after old C++ compiler removal, and
zig build has own cache system. If someone still wants it,
`CMAKE_C_COMPILER_LAUNCHER` and `CMAKE_CXX_COMPILER_LAUNCHER` exist.

From CMake docs:

> RULE_LAUNCH_COMPILE
> Note: This property is intended for internal use by ctest(1).
> Projects and developers should use the <LANG>_COMPILER_LAUNCHER
> target properties or the associated CMAKE_<LANG>_COMPILER_LAUNCHER
> variables instead.

Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
CMakeLists.txt