[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5683-gb270c67

Stephen Kelly steveire at gmail.com
Fri Nov 22 09:28:01 EST 2013


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  b270c67ec0ac131ec8047fe0d19e2b701308d0b6 (commit)
       via  540acebe35d4150cc4f3bbd0655cd8804b97bdc5 (commit)
      from  5c4fbdadcb88cc784b36f28117579229b988976e (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=b270c67ec0ac131ec8047fe0d19e2b701308d0b6
commit b270c67ec0ac131ec8047fe0d19e2b701308d0b6
Merge: 5c4fbda 540aceb
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Nov 22 09:27:52 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 22 09:27:52 2013 -0500

    Merge topic 'target_compile_features' into next
    
    540aceb More debug info.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=540acebe35d4150cc4f3bbd0655cd8804b97bdc5
commit 540acebe35d4150cc4f3bbd0655cd8804b97bdc5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Nov 22 15:26:39 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Nov 22 15:26:39 2013 +0100

    More debug info.

diff --git a/Tests/SystemInformation/SystemInformation.in b/Tests/SystemInformation/SystemInformation.in
index 766a6db..a643dec 100644
--- a/Tests/SystemInformation/SystemInformation.in
+++ b/Tests/SystemInformation/SystemInformation.in
@@ -26,6 +26,10 @@ CMAKE_CXX98_COMPILE_FEATURES == "${CMAKE_CXX98_COMPILE_FEATURES}"
 CMAKE_CXX98_COMPILE_EXTENSIONS == "${CMAKE_CXX98_COMPILE_EXTENSIONS}"
 CMAKE_CXX11_COMPILE_FEATURES == "${CMAKE_CXX11_COMPILE_FEATURES}"
 CMAKE_CXX11_COMPILE_EXTENSIONS == "${CMAKE_CXX11_COMPILE_EXTENSIONS}"
+CMAKE_CXX98_STANDARD_COMPILE_OPTION == "${CMAKE_CXX98_STANDARD_COMPILE_OPTION}"
+CMAKE_CXX11_STANDARD_COMPILE_OPTION == "${CMAKE_CXX11_STANDARD_COMPILE_OPTION}"
+CMAKE_CXX98_EXTENSION_COMPILE_OPTION == "${CMAKE_CXX98_EXTENSION_COMPILE_OPTION}"
+CMAKE_CXX11_EXTENSION_COMPILE_OPTION == "${CMAKE_CXX11_EXTENSION_COMPILE_OPTION}"
 
 // C shared library flag
 CMAKE_SHARED_LIBRARY_C_FLAGS == "${CMAKE_SHARED_LIBRARY_C_FLAGS}"

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

Summary of changes:
 Tests/SystemInformation/SystemInformation.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list