summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSTEM_PROCESSOR.rst
Commit message (Collapse)AuthorAgeFilesLines
* GHS: Support ARM, PPC, 86 architecturesFred Baksik2018-07-071-2/+0
| | | | | | -- Update -A option to choose target architecture. -- Update commentary about which variables are used to control toolset and target settings -- Remove setting CMAKE_SYSTEM_PROCESSOR because the value is overwritten to be "" by subsequent CMAKE processing
* Help: Improve formatting of variable documentationJames Johnston2015-08-211-1/+1
| | | | | | | | 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.
* Add a 'Green Hills MULTI' generator on WindowsGeoff Viola2015-04-201-0/+2
| | | | | | | | | | | | Green Hills MULTI is an IDE for embedded real-time systems. The IDE's product page can be found here: http://www.ghs.com/products/MULTI_IDE.html It supports cross compiling on ARM, Intel x86, and other architectures with various operating systems. The IDE exists on Linux and Windows host systems, but CMake will currently only generate the project files on Windows host systems.
* Help: Update CMAKE_SYSTEM* and CMAKE_HOST_SYSTEM* documentationJiri Malak2014-03-041-3/+3
| | | | | Update to documentation for HOST/TARGET system related variables to be consistent with current functionality.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+8
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.