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  cb2ea6642dced14a1f0e0929ea8a9073cdf7f9b8 (commit)
       via  8fe228929fb69ce7d157e3f88ed9b33e145d6f3b (commit)
      from  316aa77eea2dff8e982257904344c46336673fce (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=cb2ea6642dced14a1f0e0929ea8a9073cdf7f9b8
commit cb2ea6642dced14a1f0e0929ea8a9073cdf7f9b8
Merge: 316aa77 8fe2289
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Feb 27 06:13:00 2017 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Feb 27 06:13:00 2017 -0500

    Merge topic '16607-error-out-on-non-seekable-input-files' into next
    
    8fe22892 fixup! cmListFileLexer: bail out on seek-errors


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8fe228929fb69ce7d157e3f88ed9b33e145d6f3b
commit 8fe228929fb69ce7d157e3f88ed9b33e145d6f3b
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Feb 27 06:09:49 2017 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Mon Feb 27 06:09:49 2017 -0500

    fixup! cmListFileLexer: bail out on seek-errors

diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index bd92013..6423bfd 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -290,7 +290,7 @@ add_RunCMake_test(target_link_libraries)
 
 add_RunCMake_test(target_compile_features)
 add_RunCMake_test(CheckModules)
-add_RunCMake_test(CommandLine)
+add_RunCMake_test(CommandLine -DCMAKE_SYSTEM_NAME=${CMAKE_SYSTEM_NAME})
 add_RunCMake_test(CommandLineTar)
 
 add_RunCMake_test(install)
diff --git a/Tests/RunCMake/CommandLine/RunCMakeTest.cmake 
b/Tests/RunCMake/CommandLine/RunCMakeTest.cmake
index 18d487e..b213ee2 100644
--- a/Tests/RunCMake/CommandLine/RunCMakeTest.cmake
+++ b/Tests/RunCMake/CommandLine/RunCMakeTest.cmake
@@ -1,3 +1,5 @@
+cmake_minimum_required(VERSION 3.1)
+
 include(RunCMake)
 
 run_cmake_command(NoArgs ${CMAKE_COMMAND})
@@ -309,6 +311,6 @@ function(reject_fifo)
     run_cmake_command(reject_fifo ${BASH_EXECUTABLE} -c 
${BASH_COMMAND_ARGUMENT})
   endif()
 endfunction()
-if(CMAKE_HOST_UNIX AND NOT CYGWIN)
+if(CMAKE_HOST_UNIX AND NOT CMAKE_SYSTEM_NAME STREQUAL "CYGWIN")
   reject_fifo()
 endif()

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

Summary of changes:
 Tests/RunCMake/CMakeLists.txt                 |    2 +-
 Tests/RunCMake/CommandLine/RunCMakeTest.cmake |    4 +++-
 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