[Cmake-commits] CMake branch, next, updated. v3.8.0-rc1-153-g4a46ce0

Brad King brad.king at kitware.com
Tue Feb 14 13:40:31 EST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  4a46ce0e5cad085dd7e0013ce1b3d976a2c437c2 (commit)
       via  7c29a0c860c4bf92a941f6752e0b5c4ebf4c88f3 (commit)
      from  00340d929ffb8986aa9349137149ae0edd28b60e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4a46ce0e5cad085dd7e0013ce1b3d976a2c437c2
commit 4a46ce0e5cad085dd7e0013ce1b3d976a2c437c2
Merge: 00340d9 7c29a0c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 14 13:40:30 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 14 13:40:30 2017 -0500

    Merge topic 'cuda-drop-comment' into next
    
    7c29a0c8 CMakeDetermineCUDACompiler: Drop out-of-date comment


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7c29a0c860c4bf92a941f6752e0b5c4ebf4c88f3
commit 7c29a0c860c4bf92a941f6752e0b5c4ebf4c88f3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jan 16 15:50:11 2017 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Feb 14 13:40:20 2017 -0500

    CMakeDetermineCUDACompiler: Drop out-of-date comment

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}")

-----------------------------------------------------------------------

Summary of changes:
 Modules/CMakeDetermineCUDACompiler.cmake |    7 -------
 1 file changed, 7 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list