1CMAKE_MODULE_LINKER_FLAGS_INIT
2------------------------------
3
4.. versionadded:: 3.7
5
6Value used to initialize the :variable:`CMAKE_MODULE_LINKER_FLAGS`
7cache entry the first time a build tree is configured.
8This variable is meant to be set by a :variable:`toolchain file
9<CMAKE_TOOLCHAIN_FILE>`.  CMake may prepend or append content to
10the value based on the environment and target platform.
11
12See also the configuration-specific variable
13:variable:`CMAKE_MODULE_LINKER_FLAGS_<CONFIG>_INIT`.
14