diff options
author | Brad King <brad.king@kitware.com> | 2017-07-13 15:40:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-13 15:40:08 (GMT) |
commit | 9d9085ab3614fa36d8b3e7e337468b53ae646b82 (patch) | |
tree | 070a437de17bad68d3a1762e20f48bb56a9b2f85 /Modules | |
parent | d11c48e0e344e6758a5575330b3f0e267d820e02 (diff) | |
parent | 712af07e4792beea6f3b62bddace9077d7fec525 (diff) | |
download | CMake-9d9085ab3614fa36d8b3e7e337468b53ae646b82.zip CMake-9d9085ab3614fa36d8b3e7e337468b53ae646b82.tar.gz CMake-9d9085ab3614fa36d8b3e7e337468b53ae646b82.tar.bz2 |
Merge branch 'ninja_cuda_export_compile_commands_support' into release-3.9
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeCUDAInformation.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/CMakeCUDAInformation.cmake b/Modules/CMakeCUDAInformation.cmake index 780e953..9bba847 100644 --- a/Modules/CMakeCUDAInformation.cmake +++ b/Modules/CMakeCUDAInformation.cmake @@ -104,7 +104,9 @@ include(CMakeCommonLanguageInclude) # now define the following rules: # CMAKE_CUDA_CREATE_SHARED_LIBRARY # CMAKE_CUDA_CREATE_SHARED_MODULE -# CMAKE_CUDA_COMPILE_OBJECT +# CMAKE_CUDA_COMPILE_WHOLE_COMPILATION +# CMAKE_CUDA_COMPILE_PTX_COMPILATION +# CMAKE_CUDA_COMPILE_SEPARABLE_COMPILATION # CMAKE_CUDA_LINK_EXECUTABLE if(CMAKE_CUDA_HOST_COMPILER) |