summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_STATIC_LINKER_FLAGS_INIT.rst
Commit message (Collapse)AuthorAgeFilesLines
* Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain filesBrad King2016-07-141-0/+11
Document these variables. Change our convention for setting these variables from: set(CMAKE_EXE_LINKER_FLAGS_INIT "...") to string(APPEND CMAKE_EXE_LINKER_FLAGS_INIT " ...") so that any value previously set by a toolchain file will be used.