mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
06af18b9db
Fixes: #25023
12 lines
345 B
ReStructuredText
12 lines
345 B
ReStructuredText
CMAKE_INSTALL_PREFIX
|
|
--------------------
|
|
|
|
.. versionadded:: 3.29
|
|
|
|
.. include:: ENV_VAR.txt
|
|
|
|
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.
|