Most of the time spend during cmake configure is to build juceaide. This is currently adding a full minute to my CI run time.
Is there a way to install juceaide to the system, so that it is not built during cmake configure?
Edit: I’ve implemented ccache, which has brought the juceaide build time down to 10s.
