-
Adriaan de Groot authored
On FreeBSD, at least, `find_package(Boost COMPONENTS python)` doesn't work well, while `find_package(boost_python)` does the job. Be somewhat more flexible: look for boost_python first, assuming it pulls in the rest of the Boost bits it needs.
Adriaan de Groot authoredOn FreeBSD, at least, `find_package(Boost COMPONENTS python)` doesn't work well, while `find_package(boost_python)` does the job. Be somewhat more flexible: look for boost_python first, assuming it pulls in the rest of the Boost bits it needs.
Loading