Help: declare CMAKE_HOME_DIRECTORY obsolete
This commit is contained in:
parent
d21769d5dd
commit
9c4cdc43f6
@ -55,7 +55,6 @@ Variables that Provide Information
|
||||
/variable/CMAKE_GENERATOR_INSTANCE
|
||||
/variable/CMAKE_GENERATOR_PLATFORM
|
||||
/variable/CMAKE_GENERATOR_TOOLSET
|
||||
/variable/CMAKE_HOME_DIRECTORY
|
||||
/variable/CMAKE_IMPORT_LIBRARY_PREFIX
|
||||
/variable/CMAKE_IMPORT_LIBRARY_SUFFIX
|
||||
/variable/CMAKE_JOB_POOL_COMPILE
|
||||
@ -608,3 +607,11 @@ Variable Expansion Operators
|
||||
|
||||
/variable/CACHE
|
||||
/variable/ENV
|
||||
|
||||
Obsolete Variables
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
/variable/CMAKE_HOME_DIRECTORY
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user