Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Improve formatting of variable documentation | James Johnston | 2015-08-21 | 1 | -5/+5 |
| | | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less. | ||||
* | try_compile: Propogate the CMAKE_LINK_SEARCH_ variables | Chuck Atkins | 2015-08-14 | 1 | -2/+3 |
| | |||||
* | Allow LINK_SEARCH_{START,END}_STATIC props to have default values. | Chuck Atkins | 2015-08-13 | 1 | -0/+19 |
Use the CMAKE_LINK_SEARCH_START_STATIC and CMAKE_LINK_SEARCH_END_STATIC variables to initialize the LINK_SEARCH_START_STATIC and LINK_SEARCH_END_STATIC target properties respectively. |