Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Stroia-Williams
CMake
Commits
9c4cdc43
Commit
9c4cdc43
authored
Jan 30, 2019
by
Joachim Wuttke
Browse files
Help: declare CMAKE_HOME_DIRECTORY obsolete
parent
d21769d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Help/manual/cmake-variables.7.rst
View file @
9c4cdc43
...
...
@@ -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
Help/variable/CMAKE_HOME_DIRECTORY.rst
View file @
9c4cdc43
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.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment