Skip to content
  • Brad King's avatar
    FindBoost: Add support for Boost 1.77 · 1ad0c5ae
    Brad King authored
    Update the list of known versions.
    
    Run the command
    
        cmake -DBOOST_DIR=/path/to/boost_1_77_0 \
          -P Utilities/Scripts/BoostScanDeps.cmake
    
    to extract dependencies from the 1.77.0 source tree.  The dependencies
    differ from those of 1.76: the `contract`, `thread`, and `wave`
    components no longer depend on `date_time`.  The `math` component no
    longer depends on `atomic`.
    
    Fixes: #22588
    1ad0c5ae