Merge topic 'FindBoost-meta-component-ALL' into release-3.16

77a01c398f FindBoost: Prevent warning due to new meta-component "ALL" of Boost 1.73

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3996
This commit is contained in:
Brad King
2019-11-06 14:25:34 +00:00
committed by Kitware Robot
+3
View File
@@ -449,6 +449,9 @@ if (NOT Boost_NO_BOOST_CMAKE)
# Convert component found variables to standard variables if required
# Necessary for legacy boost-cmake and 1.70 builtin BoostConfig
if(Boost_FIND_COMPONENTS)
# Ignore the meta-component "ALL", introduced by Boost 1.73
list(REMOVE_ITEM Boost_FIND_COMPONENTS "ALL")
foreach(_comp IN LISTS Boost_FIND_COMPONENTS)
if(DEFINED Boost_${_comp}_FOUND)
continue()