Skip to content

Commit

Permalink
update cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Picus303 committed Oct 11, 2024
1 parent 27e01dd commit ffc1f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run(self):
license="MIT",
packages=find_packages(),
cmake_install_dir="TorchImager",
cmake_minimum_required_version="3.5",
cmake_minimum_required_version="3.18",
cmake_args=[
f"-DPYTHON_EXECUTABLE={sys.executable}",
compiler_choice,
Expand Down

0 comments on commit ffc1f49

Please sign in to comment.