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, master has been updated
       via  6e1ff50efbc49628e7f9575b57128c0829bf607c (commit)
       via  0148f1a86749b29ace262862ca018a7683c24c42 (commit)
      from  7ddb5adc40e2d1cfd07d3fa7a7a349c0c36f1118 (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=6e1ff50efbc49628e7f9575b57128c0829bf607c
commit 6e1ff50efbc49628e7f9575b57128c0829bf607c
Merge: 7ddb5ad 0148f1a
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Aug 22 14:15:57 2019 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Thu Aug 22 10:16:10 2019 -0400

    Merge topic 'FindBoost-clarify-header-only'
    
    0148f1a867 FindBoost: Add note about header-only libs in warning msg
    
    Acked-by: Kitware Robot <kwro...@kitware.com>
    Merge-request: !3712


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0148f1a86749b29ace262862ca018a7683c24c42
commit 0148f1a86749b29ace262862ca018a7683c24c42
Author:     Dennis Klein <d.kl...@gsi.de>
AuthorDate: Wed Aug 21 01:55:47 2019 +0200
Commit:     Dennis Klein <d.kl...@gsi.de>
CommitDate: Wed Aug 21 01:55:47 2019 +0200

    FindBoost: Add note about header-only libs in warning msg

diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 25dd397..1f9477b 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -1981,7 +1981,8 @@ foreach(COMPONENT ${Boost_FIND_COMPONENTS})
     endif()
   else()
     set(Boost_${UPPERCOMPONENT}_HEADER ON)
-    message(WARNING "No header defined for ${COMPONENT}; skipping header 
check")
+    message(WARNING "No header defined for ${COMPONENT}; skipping header check 
"
+                    "(note: header-only libraries have no designated 
component)")
   endif()
 
   #

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

Summary of changes:
 Modules/FindBoost.cmake | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits

Reply via email to