Skip to content
  • Thiago Macieira's avatar
    Improve the finding of libboost-python · 28961e50
    Thiago Macieira authored
    Use pkg-config to find Python if we can, then use find_package(Boost)
    to find the boost-python libs.
    
    The code below the pkg-config finding inserts -L/usr/lib, which is a
    bad idea.
    28961e50