CMAKE_TOOLCHAIN_FILE.rst 424 B

123456789101112
  1. CMAKE_TOOLCHAIN_FILE
  2. --------------------
  3. .. versionadded:: 3.21
  4. .. include:: ENV_VAR.txt
  5. The ``CMAKE_TOOLCHAIN_FILE`` environment variable specifies a default value
  6. for the :variable:`CMAKE_TOOLCHAIN_FILE` variable when there is no explicit
  7. configuration given on the first run while creating a new build tree.
  8. On later runs in an existing build tree the value persists in the cache
  9. as :variable:`CMAKE_TOOLCHAIN_FILE`.