* [Main web site](https://ccache.dev)
* [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html)
* [Documentation](https://ccache.dev/documentation.html)
-* [Installation instructions](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
+* [Installation instructions](https://github.com/ccache/ccache/blob/master/doc/install.md)
* [Release notes](https://ccache.dev/releasenotes.html)
* [Credits and history](https://ccache.dev/credits.html)
* [License and copyright](https://ccache.dev/license.html)
endif()
# How to locate/retrieve dependencies. See the Dependencies section in
-# doc/INSTALL.md.
+# doc/install.md.
set(DEPS AUTO CACHE STRING "How to retrieve third party dependencies")
set_property(CACHE DEPS PROPERTY STRINGS AUTO DOWNLOAD LOCAL)