overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
127 stars 47 forks source link

Remove broken ccache macro #1018

Closed JulianGro closed 1 week ago

JulianGro commented 1 week ago

This threw a bunch of errors when being used, and made use of questionable settings. It has also become really easy to use ccache with cmake through the following environment variables; CMAKE_CXX_COMPILER_LAUNCHER=ccache CMAKE_C_COMPILER_LAUNCHER=ccache