summaryrefslogtreecommitdiffstats
path: root/Help/envvar/CUDAHOSTCXX.rst
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Add CMAKE_CUDA_HOST_COMPILER support on Windows non-VS generatorsunknown2021-04-221-0/+4
|
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-2/+5
| | | | Issue: #19715
* Help: Fix `.. versionadded` directives in environment variable docsNikita Nemkin2020-11-111-1/+1
| | | | | | | | Many environment variables were documented late and got assigned wrong versions by the script. (The whole Help/envvar section was only added in 3.10). Issue: #19715
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Help: Describe environment variables as such.Joachim Wuttke (l)2018-11-131-0/+2
| | | | | | | In each environment variable doc page, insert an opening paragraph (ENV_VAR.txt) to say that this is an environment variable, and provide a link to the cmake-language section on environment variables.
* FindCUDA: Add option to set CUDA_HOST_COMPILER via environmentpeterjc1232018-09-181-0/+4
| | | | | Re-use the `CUDAHOSTCXX` environment variable from the first-class CUDA language support to specify the host compiler for FindCUDA.
* Help: Document CMake's environment variablesRobert Maynard2017-09-261-0/+9