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  782205d95d50934d6b493201996459614f2193be (commit)
       via  d0b28e32628df9191289608f114244042c63a0df (commit)
      from  079f8c06e92872f0e59c97733408319504e95326 (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=782205d95d50934d6b493201996459614f2193be
commit 782205d95d50934d6b493201996459614f2193be
Merge: 079f8c0 d0b28e3
Author:     Domen Vrankar <domen.vran...@gmail.com>
AuthorDate: Thu Mar 31 11:22:06 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Mar 31 11:22:06 2016 -0400

    Merge topic 'cpack-rpm-external-symlink-handling' into next
    
    d0b28e32 fixup: cpack-rpm-external-symlink-handling


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d0b28e32628df9191289608f114244042c63a0df
commit d0b28e32628df9191289608f114244042c63a0df
Author:     Domen Vrankar <domen.vran...@gmail.com>
AuthorDate: Thu Mar 31 17:21:30 2016 +0200
Commit:     Domen Vrankar <domen.vran...@gmail.com>
CommitDate: Thu Mar 31 17:21:30 2016 +0200

    fixup: cpack-rpm-external-symlink-handling
    
    logging consistency fix

diff --git a/Modules/CPackRPM.cmake b/Modules/CPackRPM.cmake
index 5c51fac..713b938 100644
--- a/Modules/CPackRPM.cmake
+++ b/Modules/CPackRPM.cmake
@@ -1089,7 +1089,7 @@ function(cpack_rpm_prepare_install_files 
INSTALL_FILES_LIST WDIR PACKAGE_PREFIXE
           unset(SYMLINK_RELOCATIONS_COUNT)
           unset(POINT_RELOCATIONS_COUNT)
 
-          message(WARNING "Symbolic link '${F}' points to location that is 
outside packaging path! Link will not be relocatable.")
+          message(AUTHOR_WARNING "CPackRPM:Warning: Symbolic link '${F}' 
points to location that is outside packaging path! Link will possibly not be 
relocatable.")
         endif()
 
         if(SYMLINK_RELOCATIONS_COUNT AND POINT_RELOCATIONS_COUNT)

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

Summary of changes:
 Modules/CPackRPM.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

Reply via email to