oranges_enable_ccacheΒΆ

include (OrangesCcache)

View the full docs for this module.

oranges_enable_ccache (<target>
                      [OPTIONS <args...>])

Enables the ccache compiler cache for the specified <target>.

Any specified OPTIONS are passed to the ccache executable verbatim. If not specified, the value of the CCACHE_OPTIONS variable is used.

If the CCACHE_DISABLE option is set to ON, calling this function does nothing.