diff options
author | Brad King <brad.king@kitware.com> | 2015-06-02 15:11:30 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-02 15:11:30 (GMT) |
commit | a6916a6c6e397bda8b381f65dbfc59d3c52f8525 (patch) | |
tree | 5ffb83df3d0e23fa124128fd3b7172117f1f3fc8 /Help/release/dev/FindCUDA-StaticRuntime.rst | |
parent | 3bcd2f538f7c20fe25532bf41c8b78c511c03be5 (diff) | |
parent | c952d790de477cc6bde99b9c1415f6f6f7bca16d (diff) | |
download | CMake-a6916a6c6e397bda8b381f65dbfc59d3c52f8525.zip CMake-a6916a6c6e397bda8b381f65dbfc59d3c52f8525.tar.gz CMake-a6916a6c6e397bda8b381f65dbfc59d3c52f8525.tar.bz2 |
Merge topic 'doc-3.3-relnotes'
c952d790 Help: Organize and revise 3.3 release notes
8ce87ac6 Help: Consolidate 3.3 release notes
Diffstat (limited to 'Help/release/dev/FindCUDA-StaticRuntime.rst')
-rw-r--r-- | Help/release/dev/FindCUDA-StaticRuntime.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Help/release/dev/FindCUDA-StaticRuntime.rst b/Help/release/dev/FindCUDA-StaticRuntime.rst deleted file mode 100644 index 112596c..0000000 --- a/Help/release/dev/FindCUDA-StaticRuntime.rst +++ /dev/null @@ -1,7 +0,0 @@ -FindCUDA-StaticRuntime ----------------------- - -* The :module:`FindCUDA` module now defaults to using the static - CUDA runtime library if it is available. A new - ``CUDA_USE_STATIC_CUDA_RUNTIME`` option is offered to control - this behavior. |