[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2360-g1668a9d

Stephen Kelly steveire at gmail.com
Tue Apr 15 12:44:42 EDT 2014


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  1668a9daac10c0d24294249dccab56ea08eb516b (commit)
       via  112a9312d125e017bfdb1c28719574b3276fc6ee (commit)
      from  6e203ae9bbd3005a964f824d20df32ef441da207 (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=1668a9daac10c0d24294249dccab56ea08eb516b
commit 1668a9daac10c0d24294249dccab56ea08eb516b
Merge: 6e203ae 112a931
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Apr 15 12:44:41 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 15 12:44:41 2014 -0400

    Merge topic 'feature-absence-hard-error' into next
    
    112a9312 Add missing files.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=112a9312d125e017bfdb1c28719574b3276fc6ee
commit 112a9312d125e017bfdb1c28719574b3276fc6ee
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Apr 15 18:44:15 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Apr 15 18:44:15 2014 +0200

    Add missing files.

diff --git a/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-result.txt b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-result.txt
new file mode 100644
index 0000000..d00491f
--- /dev/null
+++ b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-result.txt
@@ -0,0 +1 @@
+1
diff --git a/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt
new file mode 100644
index 0000000..803ae5e
--- /dev/null
+++ b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt
@@ -0,0 +1,6 @@
+CMake Error in CMakeLists.txt:
+  No known features for compiler
+
+  "GNU"
+
+  version 4.7.3.
diff --git a/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex.cmake b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex.cmake
new file mode 100644
index 0000000..490f187
--- /dev/null
+++ b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex.cmake
@@ -0,0 +1,3 @@
+
+add_library(no_features empty.cpp)
+target_compile_features(no_features PRIVATE $<1:cxx_constexpr>)

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

Summary of changes:
 .../NoSupportedCxxFeaturesGenex-result.txt}                      |    0
 .../CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt       |    6 ++++++
 Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex.cmake |    3 +++
 3 files changed, 9 insertions(+)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CompileFeatures/NoSupportedCxxFeaturesGenex-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt
 create mode 100644 Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list