Skip to content

Commit

Permalink
Specify lowerbound to cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Tehrani committed Oct 24, 2024
1 parent bb7572f commit 53aa967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ build-backend = "scikit_build_core.build"
#wheel.license-files = ["LICENSE"]
# Don't include the large fchk files in source distribution
sdist.exclude = [".github", "tests/data/*.fchk", "examples/*.fchk"]
cmake.version = "3.26"
cmake.version = ">=3.26.1"
cmake.build-type = "Release"
cmake.args = [
"-DLINK_TO_PYTHON=ON",
Expand Down

0 comments on commit 53aa967

Please sign in to comment.