Skip to content

benchmark: fix build with vs2026#29696

Open
leha-bot wants to merge 1 commit intoconan-io:masterfrom
leha-bot:fix/benchmark-vs2026
Open

benchmark: fix build with vs2026#29696
leha-bot wants to merge 1 commit intoconan-io:masterfrom
leha-bot:fix/benchmark-vs2026

Conversation

@leha-bot
Copy link
Contributor

@leha-bot leha-bot commented Mar 2, 2026

by allowing to build it with CMake 4+ (VS2026 is supported since CMake 4.2).

Summary

Changes to recipe: benchmark/[*]

Motivation

Currently, Conan supports only benchmark versions since 1.7.1. These versions are already able to build via CMake 4.0 which also gained support for Visual Studio 2026 (since v4.2).

Details

Loosen the build_requires() by allowing CMake 4+ to use for build

Closes #29695 .


  • Read the contributing guidelines
  • Checked that this PR is not a duplicate: list of PRs by recipe
  • If this is a bug fix, please link related issue or provide bug details
  • Tested locally with at least one configuration using a recent version of Conan

Add a 👍 reaction to pull requests you find important to help the team prioritize, thanks!

by allowing to build it with CMake 4+ (VS2026 is supported since CMake
4.2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[package] benchmark/*: won't build on VS2026 due to strict build_requires for CMake

1 participant