summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-15 13:24:07 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-02-15 13:24:07 (GMT)
commit99ca1e27e2453977d9b6e1b2a886c5b767fa9606 (patch)
treec6e558d5573bf31ffd560e19ab19366b9c29a9b9 /Modules
parente853dfed6aef2dccc6bf05b6d19a5911e76f51c6 (diff)
parent7c29a0c860c4bf92a941f6752e0b5c4ebf4c88f3 (diff)
downloadCMake-99ca1e27e2453977d9b6e1b2a886c5b767fa9606.zip
CMake-99ca1e27e2453977d9b6e1b2a886c5b767fa9606.tar.gz
CMake-99ca1e27e2453977d9b6e1b2a886c5b767fa9606.tar.bz2
Merge topic 'cuda-drop-comment'
7c29a0c8 CMakeDetermineCUDACompiler: Drop out-of-date comment
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakeDetermineCUDACompiler.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/CMakeDetermineCUDACompiler.cmake b/Modules/CMakeDetermineCUDACompiler.cmake
index 7b6d17b..375e230 100644
--- a/Modules/CMakeDetermineCUDACompiler.cmake
+++ b/Modules/CMakeDetermineCUDACompiler.cmake
@@ -75,13 +75,6 @@ if(MSVC_CUDA_ARCHITECTURE_ID)
"set(MSVC_CUDA_ARCHITECTURE_ID ${MSVC_CUDA_ARCHITECTURE_ID})")
endif()
-#if this compiler vendor is matches NVIDIA we can determine
-#what the host compiler is. This only needs to be done if the CMAKE_CUDA_HOST_COMPILER
-#has NOT been explicitly set
-#
-#Find the line from compiler ID that contains a.out ( or last line )
-#We also need to find the implicit link lines. Which can be done by replacing
-#the compiler with cuda-fake-ld and pass too CMAKE_PARSE_IMPLICIT_LINK_INFO
if(CMAKE_CUDA_COMPILER_ID STREQUAL NVIDIA)
set(_nvcc_log "")
string(REPLACE "\r" "" _nvcc_output_orig "${CMAKE_CUDA_COMPILER_PRODUCED_OUTPUT}")