mirror of https://github.com/CGAL/cgal
Use OPTIONAL_COMPONENTS, for Boost
This commit is contained in:
parent
72b56e4156
commit
84ea2f0e96
|
|
@ -169,7 +169,7 @@ EOF
|
||||||
|
|
||||||
# Boost and its components
|
# Boost and its components
|
||||||
EOF
|
EOF
|
||||||
echo "find_package( Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS//:/ } )"
|
echo "find_package( Boost REQUIRED OPTIONAL_COMPONENTS ${BOOST_COMPONENTS//:/ } )"
|
||||||
|
|
||||||
fi # additional Boost components
|
fi # additional Boost components
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue