mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
Merge topic 'variables1'
9d20fe014fHelp: moved 7 variables to "internal" sectiondfb2d6178eHelp: "internal variables" instead of "obsolete", with some explanatory prose9c4cdc43f6Help: declare CMAKE_HOME_DIRECTORY obsolete Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2881
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
CMAKE_HOME_DIRECTORY
|
||||
--------------------
|
||||
|
||||
Path to top of source tree.
|
||||
Path to top of source tree. Same as :variable:`CMAKE_SOURCE_DIR`.
|
||||
|
||||
This is the path to the top level of the source tree.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user