[Cmake-commits] CMake branch, next, updated. v3.8.0-rc1-550-g3cc17be

Brad King brad.king at kitware.com
Fri Feb 24 11:13:34 EST 2017


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  3cc17beb1eb141920e16afe1a0739765db33ec88 (commit)
       via  cb3ab217e59108a13ef3b8da00e6fd0fd3a9c910 (commit)
      from  6db54841a2c989474985a959a46caf688a0bab4f (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=3cc17beb1eb141920e16afe1a0739765db33ec88
commit 3cc17beb1eb141920e16afe1a0739765db33ec88
Merge: 6db5484 cb3ab21
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 24 11:13:33 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 24 11:13:33 2017 -0500

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cb3ab217e59108a13ef3b8da00e6fd0fd3a9c910
commit cb3ab217e59108a13ef3b8da00e6fd0fd3a9c910
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 24 11:13:13 2017 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Feb 24 11:13:13 2017 -0500

    fixup! cmListFileLexer: bail out on seek-errors

diff --git a/Tests/RunCMake/CommandLine/RunCMakeTest.cmake b/Tests/RunCMake/CommandLine/RunCMakeTest.cmake
index bfee159..0c79856 100644
--- a/Tests/RunCMake/CommandLine/RunCMakeTest.cmake
+++ b/Tests/RunCMake/CommandLine/RunCMakeTest.cmake
@@ -305,7 +305,7 @@ run_cmake_depends()
 function(reject_fifo)
   find_program(BASH_EXECUTABLE bash)
   if(CMAKE_HOST_UNIX AND BASH_EXECUTABLE)
-    set(BASH_COMMAND_ARGUMENT "${CMAKE_COMMAND} -P <(echo 'return()')")
+    set(BASH_COMMAND_ARGUMENT "'${CMAKE_COMMAND}' -P <(echo 'return()')")
     run_cmake_command(reject_fifo ${BASH_EXECUTABLE} -c ${BASH_COMMAND_ARGUMENT})
   endif()
 endfunction()

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

Summary of changes:
 Tests/RunCMake/CommandLine/RunCMakeTest.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list