CMAKE_EXPORT_BUILD_DATABASE.rst 564 B

1234567891011121314151617
  1. CMAKE_EXPORT_BUILD_DATABASE
  2. ---------------------------
  3. .. versionadded:: 3.31
  4. .. include:: include/ENV_VAR.rst
  5. The default value for :variable:`CMAKE_EXPORT_BUILD_DATABASE` when there is no
  6. explicit configuration given on the first run while creating a new build tree.
  7. On later runs in an existing build tree the value persists in the cache as
  8. :variable:`CMAKE_EXPORT_BUILD_DATABASE`.
  9. .. note::
  10. This variable is meaningful only when experimental support for build
  11. databases has been enabled by the
  12. ``CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE`` gate.