diff options
author | Brad King <brad.king@kitware.com> | 2017-06-20 14:25:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-20 14:25:19 (GMT) |
commit | ab4c3270ae7062a8f3296055b9f6443b80f3aef2 (patch) | |
tree | 4ef117a8541b084069454f92f77a0fc4f6ab791f | |
parent | 5222289f1e828a6b8969f751edfcecb3a3f2c434 (diff) | |
parent | f94213a1ee3824b790d8087fabf06f3a46a16347 (diff) | |
download | CMake-ab4c3270ae7062a8f3296055b9f6443b80f3aef2.zip CMake-ab4c3270ae7062a8f3296055b9f6443b80f3aef2.tar.gz CMake-ab4c3270ae7062a8f3296055b9f6443b80f3aef2.tar.bz2 |
Merge branch 'cuda-version-for-vs' into release-3.9
-rw-r--r-- | Help/release/3.9.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/release/3.9.rst b/Help/release/3.9.rst index cd9476d..c31f533 100644 --- a/Help/release/3.9.rst +++ b/Help/release/3.9.rst @@ -16,6 +16,8 @@ Languages * ``CUDA`` is now supported by the :ref:`Visual Studio Generators` for VS 2010 and above. This complements the existing support by the :ref:`Makefile Generators` and the :generator:`Ninja` generator. + CUDA 8.0.61 or higher is recommended due to known bugs in the VS + integration by earlier versions. * CMake is now aware of the :prop_tgt:`C++ standards <CXX_STANDARD>` and :prop_tgt:`C standards <C_STANDARD>` and their associated meta-features for |