Closed kevingurney closed 1 year ago
Currently, there is a hard-coded dependence on ccache in example/CMakeLists.txt.
ccache
example/CMakeLists.txt
This seems like an unnecessary dependency for example code. We could instead consider creating an option that could be used to toggle on/off ccache support.
Currently, there is a hard-coded dependence on
ccache
inexample/CMakeLists.txt
.This seems like an unnecessary dependency for example code. We could instead consider creating an option that could be used to toggle on/off
ccache
support.