diff options
author | Brad King <brad.king@kitware.com> | 2020-10-30 14:30:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-02 14:39:36 (GMT) |
commit | 0832516beca1e5b04da26f73e526efcd55727b82 (patch) | |
tree | d1bbb349cefa3cde9636164c655ad7571fb1b5d8 /Help | |
parent | bcdd486bf761244a6921fbcb382a3be99c40107e (diff) | |
download | CMake-0832516beca1e5b04da26f73e526efcd55727b82.zip CMake-0832516beca1e5b04da26f73e526efcd55727b82.tar.gz CMake-0832516beca1e5b04da26f73e526efcd55727b82.tar.bz2 |
Help: Add 3.19 release note about CUDA support on QNX
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.19.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst index 6e46452..7f6e44c 100644 --- a/Help/release/3.19.rst +++ b/Help/release/3.19.rst @@ -51,6 +51,8 @@ Languages - separable compilation (:prop_tgt:`CUDA_SEPARABLE_COMPILATION`), and - finding scattered toolkit installations when cross-compiling. +* ``CUDA`` language support now works on QNX. + File-Based API -------------- |