mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-07-31 11:04:40 +08:00
12 lines
353 B
ReStructuredText
12 lines
353 B
ReStructuredText
CMAKE_INSTALL_PREFIX
|
|
--------------------
|
|
|
|
.. versionadded:: 3.29
|
|
|
|
.. include:: include/ENV_VAR.rst
|
|
|
|
The ``CMAKE_INSTALL_PREFIX`` environment variable specifies a custom default
|
|
value for the :variable:`CMAKE_INSTALL_PREFIX` variable in place of the
|
|
default values specified by CMake itself. The value specified must be an
|
|
absolute path to a directory.
|