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 16e60561ee679b1f53b08dd68ac084bdb2481473 (commit)
via 645dd3ca5317852968e59a42592d8dacecc98b92 (commit)
from 84a9b255dbe0cf119a9f3726f36e5c4b060303cc (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=16e60561ee679b1f53b08dd68ac084bdb2481473
commit 16e60561ee679b1f53b08dd68ac084bdb2481473
Merge: 84a9b25 645dd3c
Author: Brad King <[email protected]>
AuthorDate: Thu Feb 2 08:53:08 2017 -0500
Commit: CMake Topic Stage <[email protected]>
CommitDate: Thu Feb 2 08:53:08 2017 -0500
Merge topic 'find_cuda_fix_typo' into next
645dd3ca FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc string
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=645dd3ca5317852968e59a42592d8dacecc98b92
commit 645dd3ca5317852968e59a42592d8dacecc98b92
Author: Pierre Moreau <[email protected]>
AuthorDate: Thu Feb 2 13:31:07 2017 +0100
Commit: Brad King <[email protected]>
CommitDate: Thu Feb 2 08:52:11 2017 -0500
FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc string
diff --git a/Modules/FindCUDA/select_compute_arch.cmake
b/Modules/FindCUDA/select_compute_arch.cmake
index 19fc14f..a96a8ca 100644
--- a/Modules/FindCUDA/select_compute_arch.cmake
+++ b/Modules/FindCUDA/select_compute_arch.cmake
@@ -71,7 +71,7 @@ function(CUDA_DETECT_INSTALLED_GPUS OUT_VARIABLE)
if(run_result EQUAL 0)
string(REPLACE "2.1" "2.1(2.0)" compute_capabilities
"${compute_capabilities}")
set(CUDA_GPU_DETECT_OUTPUT ${compute_capabilities}
- CACHE INTERNAL "Returned GPU architetures from detect_gpus tool" FORCE)
+ CACHE INTERNAL "Returned GPU architectures from detect_gpus tool"
FORCE)
endif()
endif()
-----------------------------------------------------------------------
Summary of changes:
Modules/FindCUDA/select_compute_arch.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/mailman/listinfo/cmake-commits