summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSROOT.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Improve formatting of Help documentationBartosz Kosiorek2019-04-081-2/+2
|
* Add options for separate compile and link sysrootsBrad King2017-05-091-0/+3
| | | | | | | | | Add `CMAKE_SYSROOT_COMPILE` and `CMAKE_SYSROOT_LINK` variables to as operation-specific alternatives to `CMAKE_SYSROOT`. This will be useful for Android NDKs that compile and link with different sysroot values (e.g. `r14` with unified headers). Co-Author: Florent Castelli <florent.castelli@gmail.com>
* 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.