[Cmake-commits] CMake branch, master, updated. v3.7.1-868-g10ca398

Brad King brad.king at kitware.com
Tue Dec 13 08:45:57 EST 2016


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  10ca398b4481b92a2cb0baa57f764443230fe4c3 (commit)
       via  1371eec4c38b0a3b83f1416774c6c213ad0db6fc (commit)
      from  c241679956520ff5293c959b37ded827c49096d5 (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=10ca398b4481b92a2cb0baa57f764443230fe4c3
commit 10ca398b4481b92a2cb0baa57f764443230fe4c3
Merge: c241679 1371eec
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 13 08:45:54 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 13 08:45:54 2016 -0500

    Merge topic 'try_compile-lang-std-cuda'
    
    1371eec4 try_compile: extend CMP0067 to honor language standards for CUDA.


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

Summary of changes:
 Help/command/try_compile.rst                       |   16 ++--
 Help/policy/CMP0067.rst                            |    5 +-
 Source/cmCoreTryCompile.cxx                        |   79 +++++++++++++++++++-
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 .../CudaStandard-result.txt}                       |    0
 Tests/RunCMake/try_compile/CudaStandard-stderr.txt |    7 ++
 .../{CxxStandard.cmake => CudaStandard.cmake}      |    6 +-
 Tests/RunCMake/try_compile/RunCMakeTest.cmake      |    3 +
 .../RunCMake/try_compile/src.cu                    |    0
 9 files changed, 105 insertions(+), 12 deletions(-)
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => try_compile/CudaStandard-result.txt} (100%)
 create mode 100644 Tests/RunCMake/try_compile/CudaStandard-stderr.txt
 copy Tests/RunCMake/try_compile/{CxxStandard.cmake => CudaStandard.cmake} (56%)
 copy Modules/DummyCXXFile.cxx => Tests/RunCMake/try_compile/src.cu (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list