https://github.com/Kitware/CMake
Raw File
Tip revision: f872033d7531ed1d7d7345ff7873442ec8dbcee1 authored by Brad King on 14 May 2019, 15:33:06 UTC
CMake 3.14.4
Tip revision: f872033
CMAKE_HOME_DIRECTORY.rst
CMAKE_HOME_DIRECTORY
--------------------

Path to top of source tree. Same as :variable:`CMAKE_SOURCE_DIR`.

This is an internal cache entry used to locate the source directory
when loading a ``CMakeCache.txt`` from a build tree.  It should not
be used in project code.  The variable :variable:`CMAKE_SOURCE_DIR`
has the same value and should be preferred.
back to top