CMAKE_LANG_FLAGS_INIT.rst 465 B

1234567891011
  1. CMAKE_<LANG>_FLAGS_INIT
  2. -----------------------
  3. Value used to initialize the :variable:`CMAKE_<LANG>_FLAGS` cache entry
  4. the first time a build tree is configured for language ``<LANG>``.
  5. This variable is meant to be set by a :variable:`toolchain file
  6. <CMAKE_TOOLCHAIN_FILE>`. CMake may prepend or append content to
  7. the value based on the environment and target platform.
  8. See also the configuration-specific
  9. :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>_INIT` variable.