CMAKE_LANG_FLAGS_CONFIG_INIT.rst 447 B

12345678910
  1. CMAKE_<LANG>_FLAGS_<CONFIG>_INIT
  2. --------------------------------
  3. Value used to initialize the :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` cache
  4. entry 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 :variable:`CMAKE_<LANG>_FLAGS_INIT`.