[Cmake-commits] CMake branch, master, updated. v3.8.0-rc1-92-ge853dfe

Brad King brad.king at kitware.com
Wed Feb 15 08:24:07 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, master has been updated
       via  e853dfed6aef2dccc6bf05b6d19a5911e76f51c6 (commit)
       via  1c60231ca546597ef8b80e7340c8991b06387cbf (commit)
       via  8d75d8dc72a0ac4502991891782a2c84df1f61c3 (commit)
      from  8ba5c21db774cb23d223612ba67963723010e9f3 (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=e853dfed6aef2dccc6bf05b6d19a5911e76f51c6
commit e853dfed6aef2dccc6bf05b6d19a5911e76f51c6
Merge: 8ba5c21 1c60231
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 15 08:24:05 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 15 08:24:05 2017 -0500

    Merge topic 'cuda-with-c'
    
    1c60231c CUDA: Link to standard system libraries when linking as CUDA
    8d75d8dc Tests: Add case for CUDA with C but not C++


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

Summary of changes:
 Modules/CMakeCUDAInformation.cmake         |    6 ++++++
 Modules/Platform/Windows-NVIDIA-CUDA.cmake |    2 ++
 Tests/Cuda/CMakeLists.txt                  |    1 +
 Tests/Cuda/WithC/CMakeLists.txt            |   12 ++++++++++++
 Tests/Cuda/WithC/cuda.cu                   |   16 ++++++++++++++++
 Tests/Cuda/WithC/main.c                    |   14 ++++++++++++++
 6 files changed, 51 insertions(+)
 create mode 100644 Tests/Cuda/WithC/CMakeLists.txt
 create mode 100644 Tests/Cuda/WithC/cuda.cu
 create mode 100644 Tests/Cuda/WithC/main.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list