Skip to content

boost_python3 component headers detection issue fix

If find_package(boost) with "python3" component is specified (variation of boost_python component, but built against python3 instead of 2nd version of python libraries), the following warning is being printed, when cmake is run:

"No header defined for python3; skipping header check"

Actually, boost_python and boost_python3 share the same headers, so define boost_python3 headers to be the same as for the boost_python case.

Merge request reports