Skip to content

Commit

Permalink
revert cmake 3.26 to 3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Aug 13, 2024
1 parent f8834f4 commit 491d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure_pyproject_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def parse_args():
# Configure Build.
# ------------------------
requires = [
"cmake~=3.26.0",
"cmake~=3.24.0",
"ninja; platform_system!='Windows'",
"setuptools>=42",
"toml",
Expand Down

0 comments on commit 491d067

Please sign in to comment.