diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2016-12-08 21:48:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-09 19:13:06 (GMT) |
commit | 4505411982aae1d5c79bd80c43b8cba5b3a462cf (patch) | |
tree | 32c24ba1d38d242fd62f761ef2bc1292bed006ac /Help/variable | |
parent | 1dd3e21a54f684df876da6d778ed04535ebf10ee (diff) | |
download | CMake-4505411982aae1d5c79bd80c43b8cba5b3a462cf.zip CMake-4505411982aae1d5c79bd80c43b8cba5b3a462cf.tar.gz CMake-4505411982aae1d5c79bd80c43b8cba5b3a462cf.tar.bz2 |
Help: Document CUDA_STANDARD and related properties
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_CUDA_EXTENSIONS.rst | 11 | ||||
-rw-r--r-- | Help/variable/CMAKE_CUDA_STANDARD.rst | 11 | ||||
-rw-r--r-- | Help/variable/CMAKE_CUDA_STANDARD_REQUIRED.rst | 11 | ||||
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_ID.rst | 1 |
4 files changed, 34 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CUDA_EXTENSIONS.rst b/Help/variable/CMAKE_CUDA_EXTENSIONS.rst new file mode 100644 index 0000000..4fe758e --- /dev/null +++ b/Help/variable/CMAKE_CUDA_EXTENSIONS.rst @@ -0,0 +1,11 @@ +CMAKE_CUDA_EXTENSIONS +--------------------- + +Default value for :prop_tgt:`CUDA_EXTENSIONS` property of targets. + +This variable is used to initialize the :prop_tgt:`CUDA_EXTENSIONS` +property on all targets. See that target property for additional +information. + +See the :manual:`cmake-compile-features(7)` manual for information on +compile features and a list of supported compilers. diff --git a/Help/variable/CMAKE_CUDA_STANDARD.rst b/Help/variable/CMAKE_CUDA_STANDARD.rst new file mode 100644 index 0000000..6c23031 --- /dev/null +++ b/Help/variable/CMAKE_CUDA_STANDARD.rst @@ -0,0 +1,11 @@ +CMAKE_CUDA_STANDARD +------------------- + +Default value for :prop_tgt:`CUDA_STANDARD` property of targets. + +This variable is used to initialize the :prop_tgt:`CUDA_STANDARD` +property on all targets. See that target property for additional +information. + +See the :manual:`cmake-compile-features(7)` manual for information on +compile features and a list of supported compilers. diff --git a/Help/variable/CMAKE_CUDA_STANDARD_REQUIRED.rst b/Help/variable/CMAKE_CUDA_STANDARD_REQUIRED.rst new file mode 100644 index 0000000..935d605 --- /dev/null +++ b/Help/variable/CMAKE_CUDA_STANDARD_REQUIRED.rst @@ -0,0 +1,11 @@ +CMAKE_CUDA_STANDARD_REQUIRED +---------------------------- + +Default value for :prop_tgt:`CUDA_STANDARD_REQUIRED` property of targets. + +This variable is used to initialize the :prop_tgt:`CUDA_STANDARD_REQUIRED` +property on all targets. See that target property for additional +information. + +See the :manual:`cmake-compile-features(7)` manual for information on +compile features and a list of supported compilers. diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst index ebd616e..0fab10c 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -23,6 +23,7 @@ include: Intel = Intel Compiler (intel.com) MIPSpro = SGI MIPSpro (sgi.com) MSVC = Microsoft Visual Studio (microsoft.com) + NVIDIA = NVIDIA CUDA Compiler (nvidia.com) OpenWatcom = Open Watcom (openwatcom.org) PGI = The Portland Group (pgroup.com) PathScale = PathScale (pathscale.com) |