We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baea2c1 commit 984b791Copy full SHA for 984b791
pyproject.toml
@@ -116,7 +116,7 @@ repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
116
before-all = [
117
"cc --version", "cc -dumpfullversion -dumpversion",
118
"uvx --with cmake conan profile detect --exist-ok",
119
- "trap 'rm -rf /tmp/conandelme' EXIT && uvx --with cmake conan install conanfile.py --build missing -pr:b=default -of /tmp/conandelme",
+ "trap 'rm -rf /tmp/conandelme' EXIT && uvx --with 'cmake<4.0' conan install conanfile.py --build missing -pr:b=default -of /tmp/conandelme",
120
]
121
[tool.cibuildwheel.linux.environment]
122
CONAN_USER_HOME="/tmp/conan"
0 commit comments