Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4,100
    • Issues 4,100
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Gitlab will be updated February 2nd, between 8am and 9am EST (UTC-5). Gitlab will be offline during that time.

  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !3996

FindBoost: Prevent warning due to new meta-component "ALL" of Boost 1.73

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Deniz Bahadir requested to merge dbahadir/cmake:fix-warning-with-new-meta-component-ALL-introduced-by-Boost-1.73 into master Nov 05, 2019
  • Overview 5
  • Commits 1
  • Pipelines 2
  • Changes 1

Boost 1.73 will introduce a new meta-component ALL in its BoostConfig.cmake script, which automatically searches and creates targets for all (installed) Boost-libraries. [1] However, that new meta-component triggers a warning in FindBoost.cmake when BoostConfig.cmake is triggered through it.

The current merge-request prevents this warning.

Note: The purpose of this new ALL meta-component is to release the developer of the burden to know in advance which Boost libraries will be required. (For more detailed background discussion see [1] and [2] .)

[1] https://github.com/boostorg/boost_install/pull/19
[2] https://github.com/boostorg/boost_install/issues/16

Backport: release
Topic-rename: FindBoost-meta-component-ALL

Edited Nov 05, 2019 by Brad King
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-warning-with-new-meta-component-ALL-introduced-by-Boost-1.73