Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add options for separate compile and link sysroots | Brad King | 2017-05-09 | 1 | -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 Kelly | 2013-11-27 | 1 | -1/+1 |
| | | | | Link to the new docs from existing references to the variable. | ||||
* | Add CMAKE_SYSROOT variable to set --sysroot when cross compiling. | Stephen Kelly | 2013-11-19 | 1 | -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. |