Skip to content
  • Adriaan de Groot's avatar
    0d3e5e1c
    CMake: find boost_python as well · 0d3e5e1c
    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.
    0d3e5e1c
    CMake: find boost_python as well
    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.
Loading