CMAKE_INSTALL_PREFIX.rst 345 B

1234567891011
  1. CMAKE_INSTALL_PREFIX
  2. --------------------
  3. .. versionadded:: 3.29
  4. .. include:: ENV_VAR.txt
  5. The ``CMAKE_INSTALL_PREFIX`` environment variable specifies a custom default
  6. value for the :variable:`CMAKE_INSTALL_PREFIX` variable in place of the
  7. default values specified by CMake itself. The value specified must be an
  8. absolute path to a directory.