[Cmake-commits] CMake branch, next, updated. v2.8.8-3228-gd349843

Brad King brad.king at kitware.com
Mon Jun 18 16:33:24 EDT 2012


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  d349843a89b2b154f97915a59e0c8756cd449a17 (commit)
       via  cad69215fa68b36d472515b7b132bc705e6cd8ea (commit)
      from  e92d204b950748e94d51ae992f3f1b1b7d0cca4a (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=d349843a89b2b154f97915a59e0c8756cd449a17
commit d349843a89b2b154f97915a59e0c8756cd449a17
Merge: e92d204 cad6921
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 18 16:33:22 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 18 16:33:22 2012 -0400

    Merge topic 'test-IncludeDirectories-eof' into next
    
    cad6921 Tests/IncludeDirectories: Files must end in a newline (#13314)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cad69215fa68b36d472515b7b132bc705e6cd8ea
commit cad69215fa68b36d472515b7b132bc705e6cd8ea
Author:     Daniel R. Gomez <gomez at teragram.com>
AuthorDate: Mon Jun 18 16:16:55 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 18 16:16:55 2012 -0400

    Tests/IncludeDirectories: Files must end in a newline (#13314)
    
    The HP compiler really really wants source files to end with a newline.

diff --git a/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt b/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt
index 2cf36f5..334b8be 100644
--- a/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt
+++ b/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt
@@ -5,9 +5,7 @@ project(TargetIncludeDirectories)
 
 macro(create_header _name)
   file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${_name}")
-  file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/${_name}/${_name}.h"
-  "//${_name}.h
-  ")
+  file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/${_name}/${_name}.h" "//${_name}.h\n")
 endmacro()
 
 create_header(bar)

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

Summary of changes:
 .../TargetIncludeDirectories/CMakeLists.txt        |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list