diff options
author | Brad King <brad.king@kitware.com> | 2017-09-29 13:23:31 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-09-29 13:23:39 (GMT) |
commit | 6bced4bf76e33b5c80a9a821d99ac933afa6ac03 (patch) | |
tree | 990d673691ea1d837b1883d62602402f16195e22 /Help | |
parent | e182ba735e17bd5625ddfe7f796a123a383ff02f (diff) | |
parent | fe37b99473df00b69beede10ad4ed2472c375d4d (diff) | |
download | CMake-6bced4bf76e33b5c80a9a821d99ac933afa6ac03.zip CMake-6bced4bf76e33b5c80a9a821d99ac933afa6ac03.tar.gz CMake-6bced4bf76e33b5c80a9a821d99ac933afa6ac03.tar.bz2 |
Merge topic 'cuda_9_support'
fe37b994 CUDA: Add support for requesting C++98 under CUDA 9
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1315
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/CUDA_STANDARD.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/CUDA_STANDARD.rst b/Help/prop_tgt/CUDA_STANDARD.rst index b262814..a3a2f56 100644 --- a/Help/prop_tgt/CUDA_STANDARD.rst +++ b/Help/prop_tgt/CUDA_STANDARD.rst @@ -7,7 +7,7 @@ This property specifies the CUDA/C++ standard whose features are requested to build this target. For some compilers, this results in adding a flag such as ``-std=gnu++11`` to the compile line. -Supported values are ``98``, ``11``. +Supported values are ``98``, ``11``, ``14``. If the value requested does not result in a compile flag being added for the compiler in use, a previous standard flag will be added instead. This |