[Cmake-commits] CMake branch, next, updated. v3.4.1-1612-gb0159b6
Chuck Atkins
chuck.atkins at kitware.com
Fri Dec 4 13:34:46 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 b0159b685bd6b07fff7c88f26fe0e5eea81f1eae (commit)
via 2bf9bacba60042fb1bdcd256ce37842210f29e78 (commit)
from 1c791e9a205af480cc493e992b1bc9e4d6f6fd75 (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=b0159b685bd6b07fff7c88f26fe0e5eea81f1eae
commit b0159b685bd6b07fff7c88f26fe0e5eea81f1eae
Merge: 1c791e9 2bf9bac
Author: Chuck Atkins <chuck.atkins at kitware.com>
AuthorDate: Fri Dec 4 13:34:45 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 4 13:34:45 2015 -0500
Merge topic 'detect-compiler-wrappers' into next
2bf9bacb Compilers: Add copyright header to CMakeLanguageInformation
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2bf9bacba60042fb1bdcd256ce37842210f29e78
commit 2bf9bacba60042fb1bdcd256ce37842210f29e78
Author: Chuck Atkins <chuck.atkins at kitware.com>
AuthorDate: Fri Dec 4 13:34:10 2015 -0500
Commit: Chuck Atkins <chuck.atkins at kitware.com>
CommitDate: Fri Dec 4 13:34:10 2015 -0500
Compilers: Add copyright header to CMakeLanguageInformation
diff --git a/Modules/CMakeLanguageInformation.cmake b/Modules/CMakeLanguageInformation.cmake
index e14f83a..507d7a8 100644
--- a/Modules/CMakeLanguageInformation.cmake
+++ b/Modules/CMakeLanguageInformation.cmake
@@ -1,3 +1,18 @@
+#=============================================================================
+# Copyright 2015 Kitware, Inc.
+#
+# Distributed under the OSI-approved BSD License (the "License");
+# see accompanying file Copyright.txt for details.
+#
+# This software is distributed WITHOUT ANY WARRANTY; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the License for more information.
+#=============================================================================
+# (To distribute this file outside of CMake, substitute the full
+# License text for the above reference.)
+
+# This file contains common code blocks used by all the language information
+# files
# load any compiler-wrapper specific information
macro(__cmake_include_compiler_wrapper lang)
-----------------------------------------------------------------------
Summary of changes:
Modules/CMakeLanguageInformation.cmake | 15 +++++++++++++++
1 file changed, 15 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list