mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
FindBoost: Add note about header-only libs in warning msg
This commit is contained in:
@@ -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()
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user