Skip to content
  • Todd Gamblin's avatar
    FindBoost: Call find_package with NO_MODULE first · 7da796d1
    Todd Gamblin authored and Brad King's avatar Brad King committed
    FindBoost now attempts to find Boost using find_package(Boost NO_MODULE)
    before it does a module mode search.
    
    User can now set any of these to Boost's install prefix to detect it in module
    or config mode:
    
    - Boost_DIR  for consistency with other CMake modules
    - BOOST_ROOT or BOOSTROOT for adherence to boost convention
    7da796d1