[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-2849-g8f4da6f

Stephen Kelly steveire at gmail.com
Tue May 6 16:13:16 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  8f4da6f5d335aa11bbb7703093f9a2efadf60c21 (commit)
       via  3ac243266d18153fa5684279e908e7c9dda17c4a (commit)
      from  c98ff3bc64d0b0c37bf5bdbbccc1d6326d4605d7 (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=8f4da6f5d335aa11bbb7703093f9a2efadf60c21
commit 8f4da6f5d335aa11bbb7703093f9a2efadf60c21
Merge: c98ff3b 3ac2432
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 6 16:13:15 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 6 16:13:15 2014 -0400

    Merge topic 'decay-language-version' into next
    
    3ac24326 Fix test.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3ac243266d18153fa5684279e908e7c9dda17c4a
commit 3ac243266d18153fa5684279e908e7c9dda17c4a
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 6 22:12:55 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue May 6 22:12:55 2014 +0200

    Fix test.

diff --git a/Tests/RunCMake/CompileFeatures/RequireCXX98Variable.cmake b/Tests/RunCMake/CompileFeatures/RequireCXX98Variable.cmake
index 1e6fc15..0e3ef8d 100644
--- a/Tests/RunCMake/CompileFeatures/RequireCXX98Variable.cmake
+++ b/Tests/RunCMake/CompileFeatures/RequireCXX98Variable.cmake
@@ -1,4 +1,4 @@
 
 set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
-add_library(bar empty.cpp)
-set_property(TARGET bar PROPERTY CXX_STANDARD 98)
+add_library(foo empty.cpp)
+set_property(TARGET foo PROPERTY CXX_STANDARD 98)

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

Summary of changes:
 Tests/RunCMake/CompileFeatures/RequireCXX98Variable.cmake |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list