mathworks / libmexclass

libmexclass is a MATLAB framework which enables users to implement the functionality of MATLAB classes in terms of equivalent C++ classes using MEX.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Remove dependence on `ccache` in `example/CMakeLists.txt` #37

Closed kevingurney closed 1 year ago

kevingurney commented 1 year ago

Currently, there is a hard-coded dependence on ccache in 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.