[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-816-ge26b755

Stephen Kelly steveire at gmail.com
Mon Nov 24 15:54:25 EST 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  e26b755bc0a3701cf454613f32da3a209a704290 (commit)
       via  7b67cdaba183f4ce2c253972d58ebbf27eb7bef2 (commit)
      from  c41f18c153db0ac14804982a9a61f00134903f25 (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=e26b755bc0a3701cf454613f32da3a209a704290
commit e26b755bc0a3701cf454613f32da3a209a704290
Merge: c41f18c 7b67cda
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 24 15:54:24 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 24 15:54:24 2014 -0500

    Merge topic 'WCDH-multi-file' into next
    
    7b67cdab Add missing setting.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7b67cdaba183f4ce2c253972d58ebbf27eb7bef2
commit 7b67cdaba183f4ce2c253972d58ebbf27eb7bef2
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 24 21:53:43 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Nov 24 21:53:43 2014 +0100

    Add missing setting.

diff --git a/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt b/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt
index 9b401c0..b1bc822 100644
--- a/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt
+++ b/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt
@@ -79,6 +79,7 @@ write_compiler_detection_header(
 )
 
 add_executable(multi_files multi_files.cpp)
+set_property(TARGET multi_files PROPERTY CXX_STANDARD 98)
 target_include_directories(multi_files PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/compiler_multi_files)
 set_defines(multi_files "${true_defs}" "${false_defs}")
 

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

Summary of changes:
 Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list