[Cmake-commits] CMake branch, release, updated. v3.13.0-rc1-58-g9f7b609
Kitware Robot
kwrobot at kitware.com
Thu Oct 25 07:35:09 EDT 2018
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, release has been updated
via 9f7b60969009c643dfa411b5f786b855078a6541 (commit)
via a834bcaa9100f552b7f40e2f439fe3afc972e2f1 (commit)
via d81c4db489d773e4a1ce6be49eb9c41582e68ae3 (commit)
via 5d481919d499f6de1dd079bf732f32ec3f085101 (commit)
via 95c8a03f00f7e29e1d50b9db8885f487fbd0845d (commit)
via 2cc050b53b4afb1ed62621360b860e25b7c46015 (commit)
via 83c13ca44f661ba22acf4abe63d84fd5651b4dbc (commit)
via cf92fd9ae9a50491e0e5a24d127b82dbda211a25 (commit)
via e768d96c74579c79e184027775e51b08cd77fe45 (commit)
from f87d5f13c29a961238ccf623d4954d2d0636adaa (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 7 ++--
Modules/FindThreads.cmake | 4 +-
Source/cmLinkLineDeviceComputer.cxx | 19 ++++++++-
Source/cmSystemTools.cxx | 44 ++++++++++++++-------
Tests/Cuda/CMakeLists.txt | 1 +
Tests/Cuda/ProperDeviceLibraries/CMakeLists.txt | 45 ++++++++++++++++++++++
.../ProperDeviceLibraries}/main.cu | 9 +++++
Tests/Cuda/ProperDeviceLibraries/use_pthreads.cu | 9 +++++
Tests/Cuda/ProperDeviceLibraries/use_pthreads.cxx | 9 +++++
Tests/CudaOnly/CMakeLists.txt | 1 -
.../LinkSystemDeviceLibraries/CMakeLists.txt | 15 --------
Utilities/cmcurl/CMakeLists.txt | 2 +-
12 files changed, 130 insertions(+), 35 deletions(-)
create mode 100644 Tests/Cuda/ProperDeviceLibraries/CMakeLists.txt
rename Tests/{CudaOnly/LinkSystemDeviceLibraries => Cuda/ProperDeviceLibraries}/main.cu (92%)
create mode 100644 Tests/Cuda/ProperDeviceLibraries/use_pthreads.cu
create mode 100644 Tests/Cuda/ProperDeviceLibraries/use_pthreads.cxx
delete mode 100644 Tests/CudaOnly/LinkSystemDeviceLibraries/CMakeLists.txt
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list