summaryrefslogtreecommitdiffstats
path: root/Help/command/try_run.rst
Commit message (Collapse)AuthorAgeFilesLines
* try_run: Use CMAKE_CROSSCOMPILING_EMULATOR.Matt McCormick2015-04-081-1/+2
| | | | | | | If the CMAKE_CROSSCOMPILING_EMULATOR variable is defined, and CMAKE_CROSSCOMPILING is TRUE, then use CMAKE_CROSSCOMPILING_EMULATOR to run the try_run executables. This prevents the need to populate TryRunResults.cmake when cross compiling.
* Help: Revise try_compile and try_run documentation (#15358)Brad King2015-02-041-45/+83
| | | | | | Rewrite the documentation using better reStructuredText markup constructs. Clarify interaction of options like LINK_LIBRARIES and CMAKE_FLAGS.
* try_run: Add support for LINK_LIBRARIES option.Matt McCormick2015-01-261-1/+8
| | | | | | | | Most functionality is already implemented in Source/cmCoreTryCompile.{h,cxx}. Document and improve argument parsing. This functionality is already being used by a number of modules, like CheckCSourceCompiles.cmake, but it is not documented.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+52
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.