[Cmake-commits] CMake branch, next, updated. v3.1.0-2322-gc23c987

Brad King brad.king at kitware.com
Thu Jan 22 11:45:27 EST 2015


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  c23c98773d30735743b5a522a6b76a153aef4d3d (commit)
       via  005b409d6acc5b681b0614b778c1c3e76a2227c9 (commit)
      from  515b029dd45712fb347f4889d2c2b261457f4b9d (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c23c98773d30735743b5a522a6b76a153aef4d3d
commit c23c98773d30735743b5a522a6b76a153aef4d3d
Merge: 515b029 005b409
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 22 11:45:26 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 22 11:45:26 2015 -0500

    Merge topic 'FindCUDA-more-advanced-cache-entries' into next
    
    005b409d FindCUDA: Mark more cache variables as advanced


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=005b409d6acc5b681b0614b778c1c3e76a2227c9
commit 005b409d6acc5b681b0614b778c1c3e76a2227c9
Author:     Mark Abraham <mark.j.abraham at gmail.com>
AuthorDate: Thu Jan 22 16:29:22 2015 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jan 22 11:44:05 2015 -0500

    FindCUDA: Mark more cache variables as advanced
    
    Mark variables pertaining to specific situations relevant to CUDA
    compilation as advanced since they are not part of normal usage.

diff --git a/Modules/FindCUDA.cmake b/Modules/FindCUDA.cmake
index cae9214..81e1cad 100644
--- a/Modules/FindCUDA.cmake
+++ b/Modules/FindCUDA.cmake
@@ -483,6 +483,10 @@ mark_as_advanced(
   CUDA_HOST_COMPILATION_CPP
   CUDA_NVCC_FLAGS
   CUDA_PROPAGATE_HOST_FLAGS
+  CUDA_BUILD_CUBIN
+  CUDA_BUILD_EMULATION
+  CUDA_VERBOSE_BUILD
+  CUDA_SEPARABLE_COMPILATION
   )
 
 # Makefile and similar generators don't define CMAKE_CONFIGURATION_TYPES, so we

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

Summary of changes:
 Modules/FindCUDA.cmake |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list