summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSROOT.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document the CMAKE_TOOLCHAIN_FILE.Stephen Kelly2013-11-271-1/+1
| | | | Link to the new docs from existing references to the variable.
* Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-191-0/+12
As CMAKE_ROOT_FIND_PATH can be a list, a new CMAKE_SYSROOT is introduced, which is never a list. The contents of this variable is passed to supporting compilers as --sysroot. It is also accounted for when processing implicit link directories reported by the compiler, and when generating RPATH information.