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  830e87e4076bcd7a5bacda7ccd823b5050a77879 (commit)
       via  5b04aa31b8d791bc5e162fbc8c89b2d0058c8572 (commit)
      from  c4e3666047f50c16673ab70c66b57046995052b5 (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=830e87e4076bcd7a5bacda7ccd823b5050a77879
commit 830e87e4076bcd7a5bacda7ccd823b5050a77879
Merge: c4e3666 5b04aa3
Author:     Gregor Jasny <gja...@googlemail.com>
AuthorDate: Mon Feb 8 06:49:58 2016 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Feb 8 06:49:58 2016 -0500

    Merge topic 'apple-isystem-gcc' into next
    
    5b04aa31 Xcode: Disable test for system include dirs


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5b04aa31b8d791bc5e162fbc8c89b2d0058c8572
commit 5b04aa31b8d791bc5e162fbc8c89b2d0058c8572
Author:     Gregor Jasny <gja...@googlemail.com>
AuthorDate: Mon Feb 8 12:48:35 2016 +0100
Commit:     Gregor Jasny <gja...@googlemail.com>
CommitDate: Mon Feb 8 12:48:35 2016 +0100

    Xcode: Disable test for system include dirs

diff --git a/Tests/Complex/Executable/CMakeLists.txt 
b/Tests/Complex/Executable/CMakeLists.txt
index a1f8e68..c30dcbc 100644
--- a/Tests/Complex/Executable/CMakeLists.txt
+++ b/Tests/Complex/Executable/CMakeLists.txt
@@ -146,7 +146,8 @@ add_dependencies(notInAllCustom notInAllExe)
 #
 add_subdirectory(Temp)
 
-if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_INCLUDE_SYSTEM_FLAG_CXX)
+if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_INCLUDE_SYSTEM_FLAG_CXX
+   AND NOT XCODE) # XCODE is excluded due to #15687
   add_executable(testSystemDir testSystemDir.cxx)
   set_target_properties(testSystemDir PROPERTIES COMPILE_FLAGS "-Werror")
 endif()
diff --git a/Tests/ComplexOneConfig/Executable/CMakeLists.txt 
b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
index b2307b2..4897b48 100644
--- a/Tests/ComplexOneConfig/Executable/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
@@ -146,7 +146,8 @@ add_dependencies(notInAllCustom notInAllExe)
 #
 add_subdirectory(Temp)
 
-if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_INCLUDE_SYSTEM_FLAG_CXX)
+if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_INCLUDE_SYSTEM_FLAG_CXX
+   AND NOT XCODE) # XCODE is excluded due to #15687
   add_executable(testSystemDir testSystemDir.cxx)
   set_target_properties(testSystemDir PROPERTIES COMPILE_FLAGS "-Werror")
 endif()

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

Summary of changes:
 Tests/Complex/Executable/CMakeLists.txt          |    3 ++-
 Tests/ComplexOneConfig/Executable/CMakeLists.txt |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to